| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateSSMDocumentDetails.Builder |
TemplateSSMDocumentDetails.builder() |
TemplateSSMDocumentDetails.Builder |
TemplateSSMDocumentDetails.Builder.documentName(String documentName)
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.
|
TemplateSSMDocumentDetails.Builder |
TemplateSSMDocumentDetails.Builder.documentVersion(String documentVersion)
The version of the SSM document to use to create a conformance pack.
|
TemplateSSMDocumentDetails.Builder |
TemplateSSMDocumentDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TemplateSSMDocumentDetails.Builder> |
TemplateSSMDocumentDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutConformancePackRequest.Builder |
PutConformancePackRequest.Builder.templateSSMDocumentDetails(Consumer<TemplateSSMDocumentDetails.Builder> templateSSMDocumentDetails)
An object of type
TemplateSSMDocumentDetails, which contains the name or the Amazon Resource
Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM
document that is used to create a conformance pack. |
default ConformancePackDetail.Builder |
ConformancePackDetail.Builder.templateSSMDocumentDetails(Consumer<TemplateSSMDocumentDetails.Builder> templateSSMDocumentDetails)
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager
document (SSM document) and the version of the SSM document that is used to create a conformance pack.
|
Copyright © 2023. All rights reserved.