Interface UpdateDomainRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDomainRequest
public static interface UpdateDomainRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateDomainRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.UpdateDomainRequest.Builderdescription(String description)The description to be updated as part of theUpdateDomainaction.UpdateDomainRequest.BuilderdomainExecutionRole(String domainExecutionRole)The domain execution role to be updated as part of theUpdateDomainaction.UpdateDomainRequest.Builderidentifier(String identifier)The ID of the Amazon Web Services domain that is to be updated.UpdateDomainRequest.Buildername(String name)The name to be updated as part of theUpdateDomainaction.UpdateDomainRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDomainRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateDomainRequest.BuildersingleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)The single sign-on option to be updated as part of theUpdateDomainaction.UpdateDomainRequest.BuildersingleSignOn(SingleSignOn singleSignOn)The single sign-on option to be updated as part of theUpdateDomainaction.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateDomainRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateDomainRequest.Builder description(String 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
UpdateDomainRequest.Builder domainExecutionRole(String 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.
-
identifier
UpdateDomainRequest.Builder identifier(String identifier)
The ID of the Amazon Web Services domain that is to be updated.
- Parameters:
identifier- The ID of the Amazon Web Services domain that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateDomainRequest.Builder name(String 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.
-
singleSignOn
UpdateDomainRequest.Builder singleSignOn(SingleSignOn singleSignOn)
The single sign-on option to be updated as part of the
UpdateDomainaction.- Parameters:
singleSignOn- The single sign-on option to be updated as part of theUpdateDomainaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleSignOn
default UpdateDomainRequest.Builder singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)
The single sign-on option to be updated as part of the
This is a convenience method that creates an instance of theUpdateDomainaction.SingleSignOn.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:
singleSignOn(SingleSignOn)
-
overrideConfiguration
UpdateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-