Interface AccountPoolSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountPoolSummary.Builder,
,AccountPoolSummary> SdkBuilder<AccountPoolSummary.Builder,
,AccountPoolSummary> SdkPojo
- Enclosing class:
AccountPoolSummary
@Mutable
@NotThreadSafe
public static interface AccountPoolSummary.Builder
extends SdkPojo, CopyableBuilder<AccountPoolSummary.Builder,AccountPoolSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe user who created the account pool.The ID of the domain.domainUnitId
(String domainUnitId) The ID of the domain unit.The ID of the account pool.The name of the account pool.resolutionStrategy
(String resolutionStrategy) The mechanism used to resolve the account selection from the account pool.resolutionStrategy
(ResolutionStrategy resolutionStrategy) The mechanism used to resolve the account selection from the account pool.The user who updated the account pool.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, sdkFieldNameToField, sdkFields
-
Method Details
-
createdBy
The user who created the account pool.
- Parameters:
createdBy
- The user who created the account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The ID of the domain.
- Parameters:
domainId
- The ID of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitId
The ID of the domain unit.
- Parameters:
domainUnitId
- The ID of the domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the account pool.
- Parameters:
id
- The ID of the account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the account pool.
- Parameters:
name
- The name of the account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolutionStrategy
The mechanism used to resolve the account selection from the account pool.
- Parameters:
resolutionStrategy
- The mechanism used to resolve the account selection from the account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resolutionStrategy
The mechanism used to resolve the account selection from the account pool.
- Parameters:
resolutionStrategy
- The mechanism used to resolve the account selection from the account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedBy
The user who updated the account pool.
- Parameters:
updatedBy
- The user who updated the account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-