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