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