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