Interface AdminAccountSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AdminAccountSummary.Builder,,AdminAccountSummary> SdkBuilder<AdminAccountSummary.Builder,,AdminAccountSummary> SdkPojo
- Enclosing class:
AdminAccountSummary
@Mutable
@NotThreadSafe
public static interface AdminAccountSummary.Builder
extends SdkPojo, CopyableBuilder<AdminAccountSummary.Builder,AdminAccountSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID.The email address associated with the account.The name of the administrator account.The priority assigned to the administrator 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.
-
priority
The priority assigned to the administrator account.
- Parameters:
priority- The priority assigned to the administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the administrator account.
- Parameters:
name- The name of the administrator 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.
-