Package com.oracle.bmc.dns.model
Class UpdateSteeringPolicyAttachmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dns.model.UpdateSteeringPolicyAttachmentDetails.Builder
 
- 
- Enclosing class:
- UpdateSteeringPolicyAttachmentDetails
 
 public static class UpdateSteeringPolicyAttachmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSteeringPolicyAttachmentDetailsbuild()UpdateSteeringPolicyAttachmentDetails.Buildercopy(UpdateSteeringPolicyAttachmentDetails model)UpdateSteeringPolicyAttachmentDetails.BuilderdisplayName(String displayName)A user-friendly name for the steering policy attachment.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateSteeringPolicyAttachmentDetails.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 UpdateSteeringPolicyAttachmentDetails build() 
 - 
copypublic UpdateSteeringPolicyAttachmentDetails.Builder copy(UpdateSteeringPolicyAttachmentDetails model) 
 
- 
 
-