public static class SteeringPolicyAttachmentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public SteeringPolicyAttachmentSummary.Builder steeringPolicyId(String steeringPolicyId)
The OCID of the attached steering policy.
steeringPolicyId
- the value to setpublic SteeringPolicyAttachmentSummary.Builder zoneId(String zoneId)
The OCID of the attached zone.
zoneId
- the value to setpublic SteeringPolicyAttachmentSummary.Builder domainName(String domainName)
The attached domain within the attached zone.
domainName
- the value to setpublic SteeringPolicyAttachmentSummary.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 SteeringPolicyAttachmentSummary.Builder rtypes(List<String> rtypes)
The record types covered by the attachment at the domain. The set of record types is determined by aggregating the record types from the answers defined in the steering policy.
rtypes
- the value to setpublic SteeringPolicyAttachmentSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the steering policy attachment.
compartmentId
- the value to setpublic SteeringPolicyAttachmentSummary.Builder self(String self)
The canonical absolute URL of the resource.
self
- the value to setpublic SteeringPolicyAttachmentSummary.Builder id(String id)
The OCID of the resource.
id
- the value to setpublic SteeringPolicyAttachmentSummary.Builder timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC 3339 timestamp format.
*Example:** 2016-07-22T17:23:59:60Z
timeCreated
- the value to setpublic SteeringPolicyAttachmentSummary.Builder lifecycleState(SteeringPolicyAttachmentSummary.LifecycleState lifecycleState)
The current state of the resource.
lifecycleState
- the value to setpublic SteeringPolicyAttachmentSummary build()
public SteeringPolicyAttachmentSummary.Builder copy(SteeringPolicyAttachmentSummary model)
Copyright © 2016–2024. All rights reserved.