static PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.builder() |
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters) |
A list of ConformancePackInputParameter objects.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.conformancePackInputParameters(Consumer<ConformancePackInputParameter.Builder>... conformancePackInputParameters) |
A list of ConformancePackInputParameter objects.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters) |
A list of ConformancePackInputParameter objects.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.deliveryS3Bucket(String deliveryS3Bucket) |
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.deliveryS3KeyPrefix(String deliveryS3KeyPrefix) |
The prefix for the Amazon S3 bucket.
|
PutOrganizationConformancePackRequest.Builder |
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.
|
PutOrganizationConformancePackRequest.Builder |
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.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.organizationConformancePackName(String organizationConformancePackName) |
Name of the organization conformance pack you want to create.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.templateBody(String templateBody) |
A string containing full conformance pack template body.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.templateS3Uri(String templateS3Uri) |
Location of file containing the template body.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.toBuilder() |
|