Interface AccountStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountStatus.Builder,AccountStatus>,SdkBuilder<AccountStatus.Builder,AccountStatus>,SdkPojo
- Enclosing class:
- AccountStatus
public static interface AccountStatus.Builder extends SdkPojo, CopyableBuilder<AccountStatus.Builder,AccountStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountStatus.BuilderaccountId(String accountId)The ID of an account within the Amazon Web Services Organization.AccountStatus.BuilderslrDeploymentStatus(String slrDeploymentStatus)The status of SLR deployment for the 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
AccountStatus.Builder accountId(String accountId)
The ID of an account within the Amazon Web Services Organization.
- Parameters:
accountId- The ID of an account within the Amazon Web Services Organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slrDeploymentStatus
AccountStatus.Builder slrDeploymentStatus(String slrDeploymentStatus)
The status of SLR deployment for the account.
- Parameters:
slrDeploymentStatus- The status of SLR deployment for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-