Class CfnPlan.Route53ResourceRecordSetProperty.Builder
java.lang.Object
software.amazon.awscdk.services.arcregionswitch.CfnPlan.Route53ResourceRecordSetProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlan.Route53ResourceRecordSetProperty>
- Enclosing interface:
CfnPlan.Route53ResourceRecordSetProperty
@Stability(Stable)
public static final class CfnPlan.Route53ResourceRecordSetProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlan.Route53ResourceRecordSetProperty>
A builder for
CfnPlan.Route53ResourceRecordSetProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recordSetIdentifier(String recordSetIdentifier) Sets the value ofCfnPlan.Route53ResourceRecordSetProperty.getRecordSetIdentifier()Sets the value ofCfnPlan.Route53ResourceRecordSetProperty.getRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recordSetIdentifier
@Stability(Stable) public CfnPlan.Route53ResourceRecordSetProperty.Builder recordSetIdentifier(String recordSetIdentifier) Sets the value ofCfnPlan.Route53ResourceRecordSetProperty.getRecordSetIdentifier()- Parameters:
recordSetIdentifier- The Amazon Route 53 record set identifier.- Returns:
this
-
region
Sets the value ofCfnPlan.Route53ResourceRecordSetProperty.getRegion()- Parameters:
region- The Amazon Route 53 record set Region.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlan.Route53ResourceRecordSetProperty>- Returns:
- a new instance of
CfnPlan.Route53ResourceRecordSetProperty - Throws:
NullPointerException- if any required attribute was not provided
-