Interface AwsAccount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsAccount.Builder,AwsAccount>,SdkBuilder<AwsAccount.Builder,AwsAccount>,SdkPojo
- Enclosing class:
- AwsAccount
public static interface AwsAccount.Builder extends SdkPojo, CopyableBuilder<AwsAccount.Builder,AwsAccount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsAccount.BuilderaccountId(String accountId)The unique identifier for the Amazon Web Services account.AwsAccount.BuilderprincipalId(String principalId)The unique identifier for the entity that performed the action.-
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
AwsAccount.Builder accountId(String accountId)
The unique identifier for the Amazon Web Services account.
- Parameters:
accountId- The unique identifier for the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
AwsAccount.Builder principalId(String principalId)
The unique identifier for the entity that performed the action.
- Parameters:
principalId- The unique identifier for the entity that performed the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-