public static interface UpdateDomainResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainResponse.Builder,UpdateDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainResponse.Builder |
description(String description)
The description to be updated as part of the
UpdateDomain action. |
UpdateDomainResponse.Builder |
domainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the
UpdateDomain action. |
UpdateDomainResponse.Builder |
id(String id)
The identifier of the Amazon DataZone domain.
|
UpdateDomainResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies the timestamp of when the domain was last updated.
|
UpdateDomainResponse.Builder |
name(String name)
The name to be updated as part of the
UpdateDomain action. |
default UpdateDomainResponse.Builder |
singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single sign-on option of the Amazon DataZone domain.
|
UpdateDomainResponse.Builder |
singleSignOn(SingleSignOn singleSignOn)
The single sign-on option of the Amazon DataZone domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainResponse.Builder description(String description)
The description to be updated as part of the UpdateDomain action.
description - The description to be updated as part of the UpdateDomain action.UpdateDomainResponse.Builder domainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the UpdateDomain action.
domainExecutionRole - The domain execution role to be updated as part of the UpdateDomain action.UpdateDomainResponse.Builder id(String id)
The identifier of the Amazon DataZone domain.
id - The identifier of the Amazon DataZone domain.UpdateDomainResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies the timestamp of when the domain was last updated.
lastUpdatedAt - Specifies the timestamp of when the domain was last updated.UpdateDomainResponse.Builder name(String name)
The name to be updated as part of the UpdateDomain action.
name - The name to be updated as part of the UpdateDomain action.UpdateDomainResponse.Builder singleSignOn(SingleSignOn singleSignOn)
The single sign-on option of the Amazon DataZone domain.
singleSignOn - The single sign-on option of the Amazon DataZone domain.default UpdateDomainResponse.Builder singleSignOn(Consumer<SingleSignOn.Builder> 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 via SingleSignOn.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to singleSignOn(SingleSignOn).
singleSignOn - a consumer that will call methods on SingleSignOn.BuildersingleSignOn(SingleSignOn)Copyright © 2023. All rights reserved.