Package com.oracle.bmc.dns.model
Class SteeringPolicyAttachmentSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dns.model.SteeringPolicyAttachmentSummary.Builder
 
- 
- Enclosing class:
- SteeringPolicyAttachmentSummary
 
 public static class SteeringPolicyAttachmentSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
steeringPolicyIdpublic SteeringPolicyAttachmentSummary.Builder steeringPolicyId(String steeringPolicyId) The OCID of the attached steering policy.- Parameters:
- steeringPolicyId- the value to set
- Returns:
- this builder
 
 - 
zoneIdpublic SteeringPolicyAttachmentSummary.Builder zoneId(String zoneId) The OCID of the attached zone.- Parameters:
- zoneId- the value to set
- Returns:
- this builder
 
 - 
domainNamepublic SteeringPolicyAttachmentSummary.Builder domainName(String domainName) The attached domain within the attached zone.- Parameters:
- domainName- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic 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. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
rtypespublic 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. - Parameters:
- rtypes- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic SteeringPolicyAttachmentSummary.Builder compartmentId(String compartmentId) The OCID of the compartment containing the steering policy attachment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
selfpublic SteeringPolicyAttachmentSummary.Builder self(String self) The canonical absolute URL of the resource.- Parameters:
- self- the value to set
- Returns:
- this builder
 
 - 
idpublic SteeringPolicyAttachmentSummary.Builder id(String id) The OCID of the resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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 - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic SteeringPolicyAttachmentSummary.Builder lifecycleState(SteeringPolicyAttachmentSummary.LifecycleState lifecycleState) The current state of the resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic SteeringPolicyAttachmentSummary build() 
 - 
copypublic SteeringPolicyAttachmentSummary.Builder copy(SteeringPolicyAttachmentSummary model) 
 
- 
 
-