Class RecordSetReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.route53.RecordSetReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecordSetReference>
- Enclosing interface:
RecordSetReference
@Stability(Stable)
public static final class RecordSetReference.Builder
extends Object
implements software.amazon.jsii.Builder<RecordSetReference>
A builder for
RecordSetReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recordSetId(String recordSetId) Sets the value ofRecordSetReference.getRecordSetId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recordSetId
Sets the value ofRecordSetReference.getRecordSetId()- Parameters:
recordSetId- The Id of the RecordSet resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecordSetReference>- Returns:
- a new instance of
RecordSetReference - Throws:
NullPointerException- if any required attribute was not provided
-