Interface UpdateDomainResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateDomainResponse.Builder,
,UpdateDomainResponse> DataZoneResponse.Builder
,SdkBuilder<UpdateDomainResponse.Builder,
,UpdateDomainResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateDomainResponse
@Mutable
@NotThreadSafe
public static interface UpdateDomainResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainResponse.Builder,UpdateDomainResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description to be updated as part of theUpdateDomain
action.domainExecutionRole
(String domainExecutionRole) The domain execution role to be updated as part of theUpdateDomain
action.The identifier of the Amazon DataZone domain.lastUpdatedAt
(Instant lastUpdatedAt) Specifies the timestamp of when the domain was last updated.The name to be updated as part of theUpdateDomain
action.rootDomainUnitId
(String rootDomainUnitId) The ID of the root domain unit.serviceRole
(String serviceRole) The service role of the domain.default UpdateDomainResponse.Builder
singleSignOn
(Consumer<SingleSignOn.Builder> singleSignOn) The single sign-on option of the Amazon DataZone domain.singleSignOn
(SingleSignOn singleSignOn) The single sign-on option of the Amazon DataZone domain.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
-
description
The description to be updated as part of the
UpdateDomain
action.- Parameters:
description
- The description to be updated as part of theUpdateDomain
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainExecutionRole
The domain execution role to be updated as part of the
UpdateDomain
action.- Parameters:
domainExecutionRole
- The domain execution role to be updated as part of theUpdateDomain
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the Amazon DataZone domain.
- Parameters:
id
- The identifier of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
Specifies the timestamp of when the domain was last updated.
- Parameters:
lastUpdatedAt
- Specifies the timestamp of when the domain was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name to be updated as part of the
UpdateDomain
action.- Parameters:
name
- The name to be updated as part of theUpdateDomain
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rootDomainUnitId
The ID of the root domain unit.
- Parameters:
rootDomainUnitId
- The ID of the root domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceRole
The service role of the domain.
- Parameters:
serviceRole
- The service role of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleSignOn
The single sign-on option of the Amazon DataZone domain.
- Parameters:
singleSignOn
- The single sign-on option of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleSignOn
The single sign-on option of the Amazon DataZone domain.
This is a convenience method that creates an instance of theSingleSignOn.Builder
avoiding the need to create one manually viaSingleSignOn.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosingleSignOn(SingleSignOn)
.- Parameters:
singleSignOn
- a consumer that will call methods onSingleSignOn.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-