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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSteeringPolicyAttachmentDetails
build()
UpdateSteeringPolicyAttachmentDetails.Builder
copy(UpdateSteeringPolicyAttachmentDetails model)
UpdateSteeringPolicyAttachmentDetails.Builder
displayName(String displayName)
A user-friendly name for the steering policy attachment.
-
-
-
Method Detail
-
displayName
public 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
-
build
public UpdateSteeringPolicyAttachmentDetails build()
-
copy
public UpdateSteeringPolicyAttachmentDetails.Builder copy(UpdateSteeringPolicyAttachmentDetails model)
-
-