Interface AccountReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccountReference.Builder,,AccountReference> SdkBuilder<AccountReference.Builder,,AccountReference> SdkPojo
- Enclosing class:
AccountReference
@Mutable
@NotThreadSafe
public static interface AccountReference.Builder
extends SdkPojo, CopyableBuilder<AccountReference.Builder,AccountReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID.The email address associated with the account.The display name of the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The AWS account ID.
- Parameters:
accountId- The AWS account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The display name of the account.
- Parameters:
name- The display name of the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
The email address associated with the account.
- Parameters:
email- The email address associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-