Interface StatusDetailFilters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StatusDetailFilters.Builder,StatusDetailFilters>,SdkBuilder<StatusDetailFilters.Builder,StatusDetailFilters>,SdkPojo
- Enclosing class:
- StatusDetailFilters
public static interface StatusDetailFilters.Builder extends SdkPojo, CopyableBuilder<StatusDetailFilters.Builder,StatusDetailFilters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatusDetailFilters.BuilderaccountId(String accountId)The 12-digit account ID of the member account within an organization.StatusDetailFilters.BuildermemberAccountRuleStatus(String memberAccountRuleStatus)Indicates deployment status for Config rule in the member account.StatusDetailFilters.BuildermemberAccountRuleStatus(MemberAccountRuleStatus memberAccountRuleStatus)Indicates deployment status for Config rule in the member account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
StatusDetailFilters.Builder accountId(String accountId)
The 12-digit account ID of the member account within an organization.
- Parameters:
accountId- The 12-digit account ID of the member account within an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRuleStatus
StatusDetailFilters.Builder memberAccountRuleStatus(String memberAccountRuleStatus)
Indicates deployment status for Config rule in the member account. When management account calls
PutOrganizationConfigRuleaction for the first time, Config rule status is created in the member account. When management account callsPutOrganizationConfigRuleaction for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletesOrganizationConfigRuleand disables service access forconfig-multiaccountsetup.amazonaws.com.Config sets the state of the rule to:
-
CREATE_SUCCESSFULwhen Config rule has been created in the member account. -
CREATE_IN_PROGRESSwhen Config rule is being created in the member account. -
CREATE_FAILEDwhen Config rule creation has failed in the member account. -
DELETE_FAILEDwhen Config rule deletion has failed in the member account. -
DELETE_IN_PROGRESSwhen Config rule is being deleted in the member account. -
DELETE_SUCCESSFULwhen Config rule has been deleted in the member account. -
UPDATE_SUCCESSFULwhen Config rule has been updated in the member account. -
UPDATE_IN_PROGRESSwhen Config rule is being updated in the member account. -
UPDATE_FAILEDwhen Config rule deletion has failed in the member account.
- Parameters:
memberAccountRuleStatus- Indicates deployment status for Config rule in the member account. When management account callsPutOrganizationConfigRuleaction for the first time, Config rule status is created in the member account. When management account callsPutOrganizationConfigRuleaction for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletesOrganizationConfigRuleand disables service access forconfig-multiaccountsetup.amazonaws.com.Config sets the state of the rule to:
-
CREATE_SUCCESSFULwhen Config rule has been created in the member account. -
CREATE_IN_PROGRESSwhen Config rule is being created in the member account. -
CREATE_FAILEDwhen Config rule creation has failed in the member account. -
DELETE_FAILEDwhen Config rule deletion has failed in the member account. -
DELETE_IN_PROGRESSwhen Config rule is being deleted in the member account. -
DELETE_SUCCESSFULwhen Config rule has been deleted in the member account. -
UPDATE_SUCCESSFULwhen Config rule has been updated in the member account. -
UPDATE_IN_PROGRESSwhen Config rule is being updated in the member account. -
UPDATE_FAILEDwhen Config rule deletion has failed in the member account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemberAccountRuleStatus,MemberAccountRuleStatus
-
-
memberAccountRuleStatus
StatusDetailFilters.Builder memberAccountRuleStatus(MemberAccountRuleStatus memberAccountRuleStatus)
Indicates deployment status for Config rule in the member account. When management account calls
PutOrganizationConfigRuleaction for the first time, Config rule status is created in the member account. When management account callsPutOrganizationConfigRuleaction for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletesOrganizationConfigRuleand disables service access forconfig-multiaccountsetup.amazonaws.com.Config sets the state of the rule to:
-
CREATE_SUCCESSFULwhen Config rule has been created in the member account. -
CREATE_IN_PROGRESSwhen Config rule is being created in the member account. -
CREATE_FAILEDwhen Config rule creation has failed in the member account. -
DELETE_FAILEDwhen Config rule deletion has failed in the member account. -
DELETE_IN_PROGRESSwhen Config rule is being deleted in the member account. -
DELETE_SUCCESSFULwhen Config rule has been deleted in the member account. -
UPDATE_SUCCESSFULwhen Config rule has been updated in the member account. -
UPDATE_IN_PROGRESSwhen Config rule is being updated in the member account. -
UPDATE_FAILEDwhen Config rule deletion has failed in the member account.
- Parameters:
memberAccountRuleStatus- Indicates deployment status for Config rule in the member account. When management account callsPutOrganizationConfigRuleaction for the first time, Config rule status is created in the member account. When management account callsPutOrganizationConfigRuleaction for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletesOrganizationConfigRuleand disables service access forconfig-multiaccountsetup.amazonaws.com.Config sets the state of the rule to:
-
CREATE_SUCCESSFULwhen Config rule has been created in the member account. -
CREATE_IN_PROGRESSwhen Config rule is being created in the member account. -
CREATE_FAILEDwhen Config rule creation has failed in the member account. -
DELETE_FAILEDwhen Config rule deletion has failed in the member account. -
DELETE_IN_PROGRESSwhen Config rule is being deleted in the member account. -
DELETE_SUCCESSFULwhen Config rule has been deleted in the member account. -
UPDATE_SUCCESSFULwhen Config rule has been updated in the member account. -
UPDATE_IN_PROGRESSwhen Config rule is being updated in the member account. -
UPDATE_FAILEDwhen Config rule deletion has failed in the member account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemberAccountRuleStatus,MemberAccountRuleStatus
-
-
-