Package com.oracle.bmc.dns.model
Class CreateSteeringPolicyAttachmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dns.model.CreateSteeringPolicyAttachmentDetails.Builder
 
- 
- Enclosing class:
- CreateSteeringPolicyAttachmentDetails
 
 public static class CreateSteeringPolicyAttachmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSteeringPolicyAttachmentDetailsbuild()CreateSteeringPolicyAttachmentDetails.Buildercopy(CreateSteeringPolicyAttachmentDetails model)CreateSteeringPolicyAttachmentDetails.BuilderdisplayName(String displayName)A user-friendly name for the steering policy attachment.CreateSteeringPolicyAttachmentDetails.BuilderdomainName(String domainName)The attached domain within the attached zone.CreateSteeringPolicyAttachmentDetails.BuildersteeringPolicyId(String steeringPolicyId)The OCID of the attached steering policy.CreateSteeringPolicyAttachmentDetails.BuilderzoneId(String zoneId)The OCID of the attached zone.
 
- 
- 
- 
Method Detail- 
steeringPolicyIdpublic CreateSteeringPolicyAttachmentDetails.Builder steeringPolicyId(String steeringPolicyId) The OCID of the attached steering policy.- Parameters:
- steeringPolicyId- the value to set
- Returns:
- this builder
 
 - 
zoneIdpublic CreateSteeringPolicyAttachmentDetails.Builder zoneId(String zoneId) The OCID of the attached zone.- Parameters:
- zoneId- the value to set
- Returns:
- this builder
 
 - 
domainNamepublic CreateSteeringPolicyAttachmentDetails.Builder domainName(String domainName) The attached domain within the attached zone.- Parameters:
- domainName- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateSteeringPolicyAttachmentDetails.Builder displayName(String displayName) A user-friendly name for the steering policy attachment.Does not have to be unique and can be changed. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateSteeringPolicyAttachmentDetails build() 
 - 
copypublic CreateSteeringPolicyAttachmentDetails.Builder copy(CreateSteeringPolicyAttachmentDetails model) 
 
- 
 
-