public static interface OrganizationConformancePack.Builder extends SdkPojo, CopyableBuilder<OrganizationConformancePack.Builder,OrganizationConformancePack>
| Modifier and Type | Method and Description |
|---|---|
OrganizationConformancePack.Builder |
conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
OrganizationConformancePack.Builder |
conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
OrganizationConformancePack.Builder |
conformancePackInputParameters(Consumer<ConformancePackInputParameter.Builder>... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
OrganizationConformancePack.Builder |
deliveryS3Bucket(String deliveryS3Bucket)
Amazon S3 bucket where AWS Config stores conformance pack templates.
|
OrganizationConformancePack.Builder |
deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
Any folder structure you want to add to an Amazon S3 bucket.
|
OrganizationConformancePack.Builder |
excludedAccounts(Collection<String> excludedAccounts)
A comma-separated list of accounts excluded from organization conformance pack.
|
OrganizationConformancePack.Builder |
excludedAccounts(String... excludedAccounts)
A comma-separated list of accounts excluded from organization conformance pack.
|
OrganizationConformancePack.Builder |
lastUpdateTime(Instant lastUpdateTime)
Last time when organization conformation pack was updated.
|
OrganizationConformancePack.Builder |
organizationConformancePackArn(String organizationConformancePackArn)
Amazon Resource Name (ARN) of organization conformance pack.
|
OrganizationConformancePack.Builder |
organizationConformancePackName(String organizationConformancePackName)
The name you assign to an organization conformance pack.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationConformancePack.Builder organizationConformancePackName(String organizationConformancePackName)
The name you assign to an organization conformance pack.
organizationConformancePackName - The name you assign to an organization conformance pack.OrganizationConformancePack.Builder organizationConformancePackArn(String organizationConformancePackArn)
Amazon Resource Name (ARN) of organization conformance pack.
organizationConformancePackArn - Amazon Resource Name (ARN) of organization conformance pack.OrganizationConformancePack.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.
OrganizationConformancePack.Builder deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
Any folder structure you want to add to an Amazon S3 bucket.
This field is optional.
deliveryS3KeyPrefix - Any folder structure you want to add to an Amazon S3 bucket. This field is optional.
OrganizationConformancePack.Builder conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
conformancePackInputParameters - A list of ConformancePackInputParameter objects.OrganizationConformancePack.Builder conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
conformancePackInputParameters - A list of ConformancePackInputParameter objects.OrganizationConformancePack.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) OrganizationConformancePack.Builder excludedAccounts(Collection<String> excludedAccounts)
A comma-separated list of accounts excluded from organization conformance pack.
excludedAccounts - A comma-separated list of accounts excluded from organization conformance pack.OrganizationConformancePack.Builder excludedAccounts(String... excludedAccounts)
A comma-separated list of accounts excluded from organization conformance pack.
excludedAccounts - A comma-separated list of accounts excluded from organization conformance pack.OrganizationConformancePack.Builder lastUpdateTime(Instant lastUpdateTime)
Last time when organization conformation pack was updated.
lastUpdateTime - Last time when organization conformation pack was updated.Copyright © 2021. All rights reserved.