public static interface ConformancePackDetail.Builder extends SdkPojo, CopyableBuilder<ConformancePackDetail.Builder,ConformancePackDetail>
| Modifier and Type | Method and Description |
|---|---|
ConformancePackDetail.Builder |
conformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of the conformance pack.
|
ConformancePackDetail.Builder |
conformancePackId(String conformancePackId)
ID of the conformance pack.
|
ConformancePackDetail.Builder |
conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
ConformancePackDetail.Builder |
conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
ConformancePackDetail.Builder |
conformancePackInputParameters(Consumer<ConformancePackInputParameter.Builder>... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
ConformancePackDetail.Builder |
conformancePackName(String conformancePackName)
Name of the conformance pack.
|
ConformancePackDetail.Builder |
createdBy(String createdBy)
The Amazon Web Services service that created the conformance pack.
|
ConformancePackDetail.Builder |
deliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
ConformancePackDetail.Builder |
deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
ConformancePackDetail.Builder |
lastUpdateRequestedTime(Instant lastUpdateRequestedTime)
The last time a conformation pack update was requested.
|
default 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.
|
ConformancePackDetail.Builder |
templateSSMDocumentDetails(TemplateSSMDocumentDetails 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConformancePackDetail.Builder conformancePackName(String conformancePackName)
Name of the conformance pack.
conformancePackName - Name of the conformance pack.ConformancePackDetail.Builder conformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of the conformance pack.
conformancePackArn - Amazon Resource Name (ARN) of the conformance pack.ConformancePackDetail.Builder conformancePackId(String conformancePackId)
ID of the conformance pack.
conformancePackId - ID of the conformance pack.ConformancePackDetail.Builder deliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack templates. This field is optional.
ConformancePackDetail.Builder deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
This field is optional.
deliveryS3KeyPrefix - The prefix for the Amazon S3 bucket. This field is optional.
ConformancePackDetail.Builder conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
conformancePackInputParameters - A list of ConformancePackInputParameter objects.ConformancePackDetail.Builder conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
conformancePackInputParameters - A list of ConformancePackInputParameter objects.ConformancePackDetail.Builder conformancePackInputParameters(Consumer<ConformancePackInputParameter.Builder>... conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
ConformancePackInputParameter.Builder avoiding the need
to create one manually via
ConformancePackInputParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #conformancePackInputParameters(List.
conformancePackInputParameters - a consumer that will call methods on
ConformancePackInputParameter.Builder#conformancePackInputParameters(java.util.Collection) ConformancePackDetail.Builder lastUpdateRequestedTime(Instant lastUpdateRequestedTime)
The last time a conformation pack update was requested.
lastUpdateRequestedTime - The last time a conformation pack update was requested.ConformancePackDetail.Builder createdBy(String createdBy)
The Amazon Web Services service that created the conformance pack.
createdBy - The Amazon Web Services service that created the conformance pack.ConformancePackDetail.Builder templateSSMDocumentDetails(TemplateSSMDocumentDetails 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.
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.default 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.
This is a convenience method that creates an instance of theTemplateSSMDocumentDetails.Builder
avoiding the need to create one manually via TemplateSSMDocumentDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to templateSSMDocumentDetails(TemplateSSMDocumentDetails).
templateSSMDocumentDetails - a consumer that will call methods on TemplateSSMDocumentDetails.BuildertemplateSSMDocumentDetails(TemplateSSMDocumentDetails)Copyright © 2023. All rights reserved.