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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
steeringPolicyId
public SteeringPolicyAttachmentSummary.Builder steeringPolicyId(String steeringPolicyId)
The OCID of the attached steering policy.- Parameters:
steeringPolicyId
- the value to set- Returns:
- this builder
-
zoneId
public SteeringPolicyAttachmentSummary.Builder zoneId(String zoneId)
The OCID of the attached zone.- Parameters:
zoneId
- the value to set- Returns:
- this builder
-
domainName
public SteeringPolicyAttachmentSummary.Builder domainName(String domainName)
The attached domain within the attached zone.- Parameters:
domainName
- the value to set- Returns:
- this builder
-
displayName
public 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
-
rtypes
public 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
-
compartmentId
public SteeringPolicyAttachmentSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the steering policy attachment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
self
public SteeringPolicyAttachmentSummary.Builder self(String self)
The canonical absolute URL of the resource.- Parameters:
self
- the value to set- Returns:
- this builder
-
id
public SteeringPolicyAttachmentSummary.Builder id(String id)
The OCID of the resource.- Parameters:
id
- the value to set- Returns:
- this builder
-
timeCreated
public 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
-
lifecycleState
public SteeringPolicyAttachmentSummary.Builder lifecycleState(SteeringPolicyAttachmentSummary.LifecycleState lifecycleState)
The current state of the resource.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
build
public SteeringPolicyAttachmentSummary build()
-
copy
public SteeringPolicyAttachmentSummary.Builder copy(SteeringPolicyAttachmentSummary model)
-
-