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