public static interface PutOrganizationConfigRuleRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutOrganizationConfigRuleRequest.Builder,PutOrganizationConfigRuleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutOrganizationConfigRuleRequest.Builder organizationConfigRuleName(String organizationConfigRuleName)
The name that you assign to an organization config rule.
organizationConfigRuleName - The name that you assign to an organization config rule.PutOrganizationConfigRuleRequest.Builder organizationManagedRuleMetadata(OrganizationManagedRuleMetadata organizationManagedRuleMetadata)
An OrganizationManagedRuleMetadata object.
organizationManagedRuleMetadata - An OrganizationManagedRuleMetadata object.default PutOrganizationConfigRuleRequest.Builder organizationManagedRuleMetadata(Consumer<OrganizationManagedRuleMetadata.Builder> organizationManagedRuleMetadata)
An OrganizationManagedRuleMetadata object.
OrganizationManagedRuleMetadata.Builder
avoiding the need to create one manually via OrganizationManagedRuleMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
organizationManagedRuleMetadata(OrganizationManagedRuleMetadata).organizationManagedRuleMetadata - a consumer that will call methods on OrganizationManagedRuleMetadata.BuilderorganizationManagedRuleMetadata(OrganizationManagedRuleMetadata)PutOrganizationConfigRuleRequest.Builder organizationCustomRuleMetadata(OrganizationCustomRuleMetadata organizationCustomRuleMetadata)
An OrganizationCustomRuleMetadata object.
organizationCustomRuleMetadata - An OrganizationCustomRuleMetadata object.default PutOrganizationConfigRuleRequest.Builder organizationCustomRuleMetadata(Consumer<OrganizationCustomRuleMetadata.Builder> organizationCustomRuleMetadata)
An OrganizationCustomRuleMetadata object.
OrganizationCustomRuleMetadata.Builder avoiding
the need to create one manually via OrganizationCustomRuleMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
organizationCustomRuleMetadata(OrganizationCustomRuleMetadata).organizationCustomRuleMetadata - a consumer that will call methods on OrganizationCustomRuleMetadata.BuilderorganizationCustomRuleMetadata(OrganizationCustomRuleMetadata)PutOrganizationConfigRuleRequest.Builder excludedAccounts(Collection<String> excludedAccounts)
A comma-separated list of accounts that you want to exclude from an organization config rule.
excludedAccounts - A comma-separated list of accounts that you want to exclude from an organization config rule.PutOrganizationConfigRuleRequest.Builder excludedAccounts(String... excludedAccounts)
A comma-separated list of accounts that you want to exclude from an organization config rule.
excludedAccounts - A comma-separated list of accounts that you want to exclude from an organization config rule.PutOrganizationConfigRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutOrganizationConfigRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.