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)
AWS service that created the conformance pack.
|
ConformancePackDetail.Builder |
deliveryS3Bucket(String deliveryS3Bucket)
Amazon S3 bucket where AWS Config stores conformance pack templates.
|
ConformancePackDetail.Builder |
deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
ConformancePackDetail.Builder |
lastUpdateRequestedTime(Instant lastUpdateRequestedTime)
Last time when conformation pack update was requested.
|
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)
Amazon S3 bucket where AWS Config stores conformance pack templates.
This field is optional.
deliveryS3Bucket - Amazon S3 bucket where AWS 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.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #conformancePackInputParameters(List) .conformancePackInputParameters - a consumer that will call methods on List.Builder #conformancePackInputParameters(List) ConformancePackDetail.Builder lastUpdateRequestedTime(Instant lastUpdateRequestedTime)
Last time when conformation pack update was requested.
lastUpdateRequestedTime - Last time when conformation pack update was requested.ConformancePackDetail.Builder createdBy(String createdBy)
AWS service that created the conformance pack.
createdBy - AWS service that created the conformance pack.Copyright © 2021. All rights reserved.