Interface UpdateDomainResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDomainResponse.Builder,,UpdateDomainResponse> DataZoneResponse.Builder,SdkBuilder<UpdateDomainResponse.Builder,,UpdateDomainResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateDomainResponse
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 theUpdateDomainaction.domainExecutionRole(String domainExecutionRole) The domain execution role to be updated as part of theUpdateDomainaction.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 theUpdateDomainaction.rootDomainUnitId(String rootDomainUnitId) The ID of the root domain unit.default UpdateDomainResponse.BuildersingleSignOn(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
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
description
The description to be updated as part of the
UpdateDomainaction.- Parameters:
description- The description to be updated as part of theUpdateDomainaction.- 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
UpdateDomainaction.- Parameters:
domainExecutionRole- The domain execution role to be updated as part of theUpdateDomainaction.- 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
UpdateDomainaction.- Parameters:
name- The name to be updated as part of theUpdateDomainaction.- 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.
-
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.Builderavoiding the need to create one manually viaSingleSignOn.builder().When the
Consumercompletes,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:
-