Interface AccountDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountDetails.Builder,AccountDetails>,SdkBuilder<AccountDetails.Builder,AccountDetails>,SdkPojo
- Enclosing class:
- AccountDetails
public static interface AccountDetails.Builder extends SdkPojo, CopyableBuilder<AccountDetails.Builder,AccountDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountDetails.BuilderaccountId(String accountId)The ID of an Amazon Web Services account.AccountDetails.Builderemail(String email)The email of an Amazon Web Services 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountId
AccountDetails.Builder accountId(String accountId)
The ID of an Amazon Web Services account.
- Parameters:
accountId- The ID of an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
AccountDetails.Builder email(String email)
The email of an Amazon Web Services account.
- Parameters:
email- The email of an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-