Interface Account.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Account.Builder,,Account> SdkBuilder<Account.Builder,,Account> SdkPojo
- Enclosing class:
Account
@Mutable
@NotThreadSafe
public static interface Account.Builder
extends SdkPojo, CopyableBuilder<Account.Builder,Account>
-
Method Summary
Modifier and TypeMethodDescriptionName of the member's Amazon Web Services account.ID of the member's Amazon Web Services accountMethods 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
-
uid
ID of the member's Amazon Web Services account
- Parameters:
uid- ID of the member's Amazon Web Services account- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the member's Amazon Web Services account.
- Parameters:
name- Name of the member's Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-