public static interface UpdateDomainRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
UpdateDomainRequest.Builder |
description(String description)
The description to be updated as part of the
UpdateDomain action. |
UpdateDomainRequest.Builder |
domainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the
UpdateDomain action. |
UpdateDomainRequest.Builder |
identifier(String identifier)
The ID of the Amazon Web Services domain that is to be updated.
|
UpdateDomainRequest.Builder |
name(String name)
The name to be updated as part of the
UpdateDomain action. |
UpdateDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateDomainRequest.Builder |
singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single sign-on option to be updated as part of the
UpdateDomain action. |
UpdateDomainRequest.Builder |
singleSignOn(SingleSignOn singleSignOn)
The single sign-on option to be updated as part of the
UpdateDomain action. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.UpdateDomainRequest.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.UpdateDomainRequest.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.UpdateDomainRequest.Builder identifier(String identifier)
The ID of the Amazon Web Services domain that is to be updated.
identifier - The ID of the Amazon Web Services domain that is to be updated.UpdateDomainRequest.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.UpdateDomainRequest.Builder singleSignOn(SingleSignOn singleSignOn)
The single sign-on option to be updated as part of the UpdateDomain action.
singleSignOn - The single sign-on option to be updated as part of the UpdateDomain action.default UpdateDomainRequest.Builder singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single sign-on option to be updated as part of the UpdateDomain action.
SingleSignOn.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)UpdateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.