public static interface PutOrganizationConformancePackRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutOrganizationConformancePackRequest.Builder,PutOrganizationConformancePackRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutOrganizationConformancePackRequest.Builder organizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
organizationConformancePackName - Name of the organization conformance pack you want to create.PutOrganizationConformancePackRequest.Builder templateS3Uri(String templateS3Uri)
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
templateS3Uri - Location of file containing the template body. The uri must point to the conformance pack template
(max size: 300 KB). You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
PutOrganizationConformancePackRequest.Builder templateBody(String templateBody)
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
templateBody - A string containing full conformance pack template body. Structure containing the template body with a
minimum length of 1 byte and a maximum length of 51,200 bytes.PutOrganizationConformancePackRequest.Builder deliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with awsconfigconforms.
deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with awsconfigconforms.
PutOrganizationConformancePackRequest.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.
PutOrganizationConformancePackRequest.Builder conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
conformancePackInputParameters - A list of ConformancePackInputParameter objects.PutOrganizationConformancePackRequest.Builder conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
conformancePackInputParameters - A list of ConformancePackInputParameter objects.PutOrganizationConformancePackRequest.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) PutOrganizationConformancePackRequest.Builder excludedAccounts(Collection<String> excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
excludedAccounts - A list of Amazon Web Services accounts to be excluded from an organization conformance pack while
deploying a conformance pack.PutOrganizationConformancePackRequest.Builder excludedAccounts(String... excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
excludedAccounts - A list of Amazon Web Services accounts to be excluded from an organization conformance pack while
deploying a conformance pack.PutOrganizationConformancePackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutOrganizationConformancePackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.