public static interface OrganizationStatus.Builder extends SdkPojo, CopyableBuilder<OrganizationStatus.Builder,OrganizationStatus>
| Modifier and Type | Method and Description |
|---|---|
OrganizationStatus.Builder |
accountStatusList(AccountStatus... accountStatusList)
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts.
|
OrganizationStatus.Builder |
accountStatusList(Collection<AccountStatus> accountStatusList)
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts.
|
OrganizationStatus.Builder |
accountStatusList(Consumer<AccountStatus.Builder>... accountStatusList)
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts.
|
OrganizationStatus.Builder |
organizationAwsServiceAccessStatus(String organizationAwsServiceAccessStatus)
The status of the organization's AWS service access.
|
OrganizationStatus.Builder |
organizationId(String organizationId)
The ID of an Amazon Web Services Organization.
|
OrganizationStatus.Builder |
slrDeploymentStatus(String slrDeploymentStatus)
The status of the SLR deployment for the account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationStatus.Builder organizationId(String organizationId)
The ID of an Amazon Web Services Organization.
organizationId - The ID of an Amazon Web Services Organization.OrganizationStatus.Builder organizationAwsServiceAccessStatus(String organizationAwsServiceAccessStatus)
The status of the organization's AWS service access. This will be ENABLED or
DISABLED.
organizationAwsServiceAccessStatus - The status of the organization's AWS service access. This will be ENABLED or
DISABLED.OrganizationStatus.Builder slrDeploymentStatus(String slrDeploymentStatus)
The status of the SLR deployment for the account. This will be either SUCCEEDED or
IN_PROGRESS.
slrDeploymentStatus - The status of the SLR deployment for the account. This will be either SUCCEEDED or
IN_PROGRESS.OrganizationStatus.Builder accountStatusList(Collection<AccountStatus> accountStatusList)
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts.
This will be either SUCCEEDED or IN_PROGRESS.
accountStatusList - The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's
accounts. This will be either SUCCEEDED or IN_PROGRESS.OrganizationStatus.Builder accountStatusList(AccountStatus... accountStatusList)
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts.
This will be either SUCCEEDED or IN_PROGRESS.
accountStatusList - The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's
accounts. This will be either SUCCEEDED or IN_PROGRESS.OrganizationStatus.Builder accountStatusList(Consumer<AccountStatus.Builder>... accountStatusList)
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts.
This will be either SUCCEEDED or IN_PROGRESS.
AccountStatus.Builder avoiding the need to
create one manually via AccountStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountStatusList(List.
accountStatusList - a consumer that will call methods on
AccountStatus.Builder#accountStatusList(java.util.Collection) Copyright © 2023. All rights reserved.