public static class CreateDrgRouteDistributionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDrgRouteDistributionDetails |
build() |
CreateDrgRouteDistributionDetails.Builder |
copy(CreateDrgRouteDistributionDetails model) |
CreateDrgRouteDistributionDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateDrgRouteDistributionDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
CreateDrgRouteDistributionDetails.Builder |
distributionType(CreateDrgRouteDistributionDetails.DistributionType distributionType)
Whether this distribution defines how routes get imported into route tables or exported
through DRG Attachments
|
CreateDrgRouteDistributionDetails.Builder |
drgId(String drgId)
The OCID
of the DRG the DRG route table belongs to.
|
CreateDrgRouteDistributionDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
public CreateDrgRouteDistributionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateDrgRouteDistributionDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic CreateDrgRouteDistributionDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic CreateDrgRouteDistributionDetails.Builder drgId(String drgId)
The OCID of the DRG the DRG route table belongs to.
drgId
- the value to setpublic CreateDrgRouteDistributionDetails.Builder distributionType(CreateDrgRouteDistributionDetails.DistributionType distributionType)
Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
distributionType
- the value to setpublic CreateDrgRouteDistributionDetails build()
public CreateDrgRouteDistributionDetails.Builder copy(CreateDrgRouteDistributionDetails model)
Copyright © 2016–2024. All rights reserved.