Interface UpdateAccountPoolResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateAccountPoolResponse.Builder,
,UpdateAccountPoolResponse> DataZoneResponse.Builder
,SdkBuilder<UpdateAccountPoolResponse.Builder,
,UpdateAccountPoolResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAccountPoolResponse
-
Method Summary
Modifier and TypeMethodDescriptionaccountSource
(Consumer<AccountSource.Builder> accountSource) The source of accounts for the account pool.accountSource
(AccountSource accountSource) The source of accounts for the account pool.The timestamp at which the account pool was created.The user who created the account pool.description
(String description) The description of the account pool that is to be udpated.The domain ID where the account pool that is to be updated lives.domainUnitId
(String domainUnitId) The domain ID in which the account pool that is to be updated lives.The ID of the account pool that is to be updated.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp at which the account pool was last updated.The name of the account pool that is to be updated.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 last updated the account pool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accountSource
The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.
- Parameters:
accountSource
- The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountSource
default UpdateAccountPoolResponse.Builder accountSource(Consumer<AccountSource.Builder> accountSource) The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.
This is a convenience method that creates an instance of theAccountSource.Builder
avoiding the need to create one manually viaAccountSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccountSource(AccountSource)
.- Parameters:
accountSource
- a consumer that will call methods onAccountSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp at which the account pool was created.
- Parameters:
createdAt
- The timestamp at which the account pool was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
description
The description of the account pool that is to be udpated.
- Parameters:
description
- The description of the account pool that is to be udpated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The domain ID where the account pool that is to be updated lives.
- Parameters:
domainId
- The domain ID where the account pool that is to be updated lives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitId
The domain ID in which the account pool that is to be updated lives.
- Parameters:
domainUnitId
- The domain ID in which the account pool that is to be updated lives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the account pool that is to be updated.
- Parameters:
id
- The ID of the account pool that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp at which the account pool was last updated.
- Parameters:
lastUpdatedAt
- The timestamp at which the account pool was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the account pool that is to be updated.
- Parameters:
name
- The name of the account pool that is to be updated.- 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 last updated the account pool.
- Parameters:
updatedBy
- The user who last updated the account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-