public static class CreateDrgAttachmentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDrgAttachmentDetails |
build() |
CreateDrgAttachmentDetails.Builder |
copy(CreateDrgAttachmentDetails model) |
CreateDrgAttachmentDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateDrgAttachmentDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
CreateDrgAttachmentDetails.Builder |
drgId(String drgId)
The OCID of the DRG.
|
CreateDrgAttachmentDetails.Builder |
drgRouteTableId(String drgRouteTableId)
The OCID of the DRG route table that is assigned to this attachment.
|
CreateDrgAttachmentDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateDrgAttachmentDetails.Builder |
networkDetails(DrgAttachmentNetworkCreateDetails networkDetails) |
CreateDrgAttachmentDetails.Builder |
vcnId(String vcnId)
The OCID of the VCN.
|
public CreateDrgAttachmentDetails.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 CreateDrgAttachmentDetails.Builder drgId(String drgId)
The OCID of the DRG.
drgId
- the value to setpublic CreateDrgAttachmentDetails.Builder drgRouteTableId(String drgRouteTableId)
The OCID of the DRG route table that is assigned to this attachment.
The DRG route table manages traffic inside the DRG.
drgRouteTableId
- the value to setpublic CreateDrgAttachmentDetails.Builder networkDetails(DrgAttachmentNetworkCreateDetails networkDetails)
public CreateDrgAttachmentDetails.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 CreateDrgAttachmentDetails.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 CreateDrgAttachmentDetails.Builder vcnId(String vcnId)
The OCID of the VCN.
This field is deprecated. Instead, use the networkDetails
field to specify the OCID of the attached resource.
vcnId
- the value to setpublic CreateDrgAttachmentDetails build()
public CreateDrgAttachmentDetails.Builder copy(CreateDrgAttachmentDetails model)
Copyright © 2016–2023. All rights reserved.