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