public static class CreateSteeringPolicyAttachmentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateSteeringPolicyAttachmentDetails |
build() |
CreateSteeringPolicyAttachmentDetails.Builder |
copy(CreateSteeringPolicyAttachmentDetails model) |
CreateSteeringPolicyAttachmentDetails.Builder |
displayName(String displayName)
A user-friendly name for the steering policy attachment.
|
CreateSteeringPolicyAttachmentDetails.Builder |
domainName(String domainName)
The attached domain within the attached zone.
|
CreateSteeringPolicyAttachmentDetails.Builder |
steeringPolicyId(String steeringPolicyId)
The OCID of the attached steering policy.
|
CreateSteeringPolicyAttachmentDetails.Builder |
zoneId(String zoneId)
The OCID of the attached zone.
|
public CreateSteeringPolicyAttachmentDetails.Builder steeringPolicyId(String steeringPolicyId)
The OCID of the attached steering policy.
steeringPolicyId
- the value to setpublic CreateSteeringPolicyAttachmentDetails.Builder zoneId(String zoneId)
The OCID of the attached zone.
zoneId
- the value to setpublic CreateSteeringPolicyAttachmentDetails.Builder domainName(String domainName)
The attached domain within the attached zone.
domainName
- the value to setpublic 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.
displayName
- the value to setpublic CreateSteeringPolicyAttachmentDetails build()
public CreateSteeringPolicyAttachmentDetails.Builder copy(CreateSteeringPolicyAttachmentDetails model)
Copyright © 2016–2024. All rights reserved.