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)
The name of the Amazon S3 bucket where 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)
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.
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.
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) 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 © 2023. All rights reserved.