public static interface OrganizationConfigRule.Builder extends SdkPojo, CopyableBuilder<OrganizationConfigRule.Builder,OrganizationConfigRule>
| Modifier and Type | Method and Description |
|---|---|
OrganizationConfigRule.Builder |
excludedAccounts(Collection<String> excludedAccounts)
A comma-separated list of accounts excluded from organization Config rule.
|
OrganizationConfigRule.Builder |
excludedAccounts(String... excludedAccounts)
A comma-separated list of accounts excluded from organization Config rule.
|
OrganizationConfigRule.Builder |
lastUpdateTime(Instant lastUpdateTime)
The timestamp of the last update.
|
OrganizationConfigRule.Builder |
organizationConfigRuleArn(String organizationConfigRuleArn)
Amazon Resource Name (ARN) of organization Config rule.
|
OrganizationConfigRule.Builder |
organizationConfigRuleName(String organizationConfigRuleName)
The name that you assign to organization Config rule.
|
default OrganizationConfigRule.Builder |
organizationCustomPolicyRuleMetadata(Consumer<OrganizationCustomPolicyRuleMetadataNoPolicy.Builder> organizationCustomPolicyRuleMetadata)
An object that specifies metadata for your organization's Config Custom Policy rule.
|
OrganizationConfigRule.Builder |
organizationCustomPolicyRuleMetadata(OrganizationCustomPolicyRuleMetadataNoPolicy organizationCustomPolicyRuleMetadata)
An object that specifies metadata for your organization's Config Custom Policy rule.
|
default OrganizationConfigRule.Builder |
organizationCustomRuleMetadata(Consumer<OrganizationCustomRuleMetadata.Builder> organizationCustomRuleMetadata)
An
OrganizationCustomRuleMetadata object. |
OrganizationConfigRule.Builder |
organizationCustomRuleMetadata(OrganizationCustomRuleMetadata organizationCustomRuleMetadata)
An
OrganizationCustomRuleMetadata object. |
default OrganizationConfigRule.Builder |
organizationManagedRuleMetadata(Consumer<OrganizationManagedRuleMetadata.Builder> organizationManagedRuleMetadata)
An
OrganizationManagedRuleMetadata object. |
OrganizationConfigRule.Builder |
organizationManagedRuleMetadata(OrganizationManagedRuleMetadata organizationManagedRuleMetadata)
An
OrganizationManagedRuleMetadata object. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationConfigRule.Builder organizationConfigRuleName(String organizationConfigRuleName)
The name that you assign to organization Config rule.
organizationConfigRuleName - The name that you assign to organization Config rule.OrganizationConfigRule.Builder organizationConfigRuleArn(String organizationConfigRuleArn)
Amazon Resource Name (ARN) of organization Config rule.
organizationConfigRuleArn - Amazon Resource Name (ARN) of organization Config rule.OrganizationConfigRule.Builder organizationManagedRuleMetadata(OrganizationManagedRuleMetadata organizationManagedRuleMetadata)
An OrganizationManagedRuleMetadata object.
organizationManagedRuleMetadata - An OrganizationManagedRuleMetadata object.default OrganizationConfigRule.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)OrganizationConfigRule.Builder organizationCustomRuleMetadata(OrganizationCustomRuleMetadata organizationCustomRuleMetadata)
An OrganizationCustomRuleMetadata object.
organizationCustomRuleMetadata - An OrganizationCustomRuleMetadata object.default OrganizationConfigRule.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)OrganizationConfigRule.Builder excludedAccounts(Collection<String> excludedAccounts)
A comma-separated list of accounts excluded from organization Config rule.
excludedAccounts - A comma-separated list of accounts excluded from organization Config rule.OrganizationConfigRule.Builder excludedAccounts(String... excludedAccounts)
A comma-separated list of accounts excluded from organization Config rule.
excludedAccounts - A comma-separated list of accounts excluded from organization Config rule.OrganizationConfigRule.Builder lastUpdateTime(Instant lastUpdateTime)
The timestamp of the last update.
lastUpdateTime - The timestamp of the last update.OrganizationConfigRule.Builder organizationCustomPolicyRuleMetadata(OrganizationCustomPolicyRuleMetadataNoPolicy organizationCustomPolicyRuleMetadata)
An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.
organizationCustomPolicyRuleMetadata - An object that specifies metadata for your organization's Config Custom Policy rule. The metadata
includes the runtime system in use, which accounts have debug logging enabled, and other custom rule
metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger
types that initiate Config to evaluate Amazon Web Services resources against a rule.default OrganizationConfigRule.Builder organizationCustomPolicyRuleMetadata(Consumer<OrganizationCustomPolicyRuleMetadataNoPolicy.Builder> organizationCustomPolicyRuleMetadata)
An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.
This is a convenience method that creates an instance of theOrganizationCustomPolicyRuleMetadataNoPolicy.Builder avoiding the need to create one manually via
OrganizationCustomPolicyRuleMetadataNoPolicy.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
organizationCustomPolicyRuleMetadata(OrganizationCustomPolicyRuleMetadataNoPolicy).
organizationCustomPolicyRuleMetadata - a consumer that will call methods on OrganizationCustomPolicyRuleMetadataNoPolicy.BuilderorganizationCustomPolicyRuleMetadata(OrganizationCustomPolicyRuleMetadataNoPolicy)Copyright © 2023. All rights reserved.