Interface TemplateSSMDocumentDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TemplateSSMDocumentDetails.Builder,
,TemplateSSMDocumentDetails> SdkBuilder<TemplateSSMDocumentDetails.Builder,
,TemplateSSMDocumentDetails> SdkPojo
- Enclosing class:
TemplateSSMDocumentDetails
public static interface TemplateSSMDocumentDetails.Builder
extends SdkPojo, CopyableBuilder<TemplateSSMDocumentDetails.Builder,TemplateSSMDocumentDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondocumentName
(String documentName) The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.documentVersion
(String documentVersion) The version of the SSM document to use to create a conformance pack.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
documentName
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document. If you want to use an SSM document from another Region or account, you must provide the ARN.
- Parameters:
documentName
- The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document. If you want to use an SSM document from another Region or account, you must provide the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentVersion
The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.
This field is optional.
- Parameters:
documentVersion
- The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.This field is optional.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-