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.BuilderawsAccountId(String awsAccountId)The account ID of a project.AwsAccount.BuilderawsAccountIdPath(String awsAccountIdPath)The account ID path of a project.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
AwsAccount.Builder awsAccountId(String awsAccountId)
The account ID of a project.
- Parameters:
awsAccountId- The account ID of a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountIdPath
AwsAccount.Builder awsAccountIdPath(String awsAccountIdPath)
The account ID path of a project.
- Parameters:
awsAccountIdPath- The account ID path of a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-