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