Class CaaRecordValue.Builder
java.lang.Object
software.amazon.awscdk.services.route53.CaaRecordValue.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CaaRecordValue>
- Enclosing interface:
- CaaRecordValue
@Stability(Stable)
public static final class CaaRecordValue.Builder
extends Object
implements software.amazon.jsii.Builder<CaaRecordValue>
A builder for
CaaRecordValue-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCaaRecordValue.getFlag()Sets the value ofCaaRecordValue.getTag()Sets the value ofCaaRecordValue.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flag
Sets the value ofCaaRecordValue.getFlag()- Parameters:
flag- The flag. This parameter is required.- Returns:
this
-
tag
Sets the value ofCaaRecordValue.getTag()- Parameters:
tag- The tag. This parameter is required.- Returns:
this
-
value
Sets the value ofCaaRecordValue.getValue()- Parameters:
value- The value associated with the tag. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CaaRecordValue>- Returns:
- a new instance of
CaaRecordValue - Throws:
NullPointerException- if any required attribute was not provided
-