Interface UpdateDomainUnitRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDomainUnitRequest.Builder,UpdateDomainUnitRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateDomainUnitRequest.Builder,UpdateDomainUnitRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDomainUnitRequest
public static interface UpdateDomainUnitRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainUnitRequest.Builder,UpdateDomainUnitRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDomainUnitRequest.Builderdescription(String description)The description of the domain unit that you want to update.UpdateDomainUnitRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain where you want to update a domain unit.UpdateDomainUnitRequest.Builderidentifier(String identifier)The ID of the domain unit that you want to update.UpdateDomainUnitRequest.Buildername(String name)The name of the domain unit that you want to update.UpdateDomainUnitRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDomainUnitRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
description
UpdateDomainUnitRequest.Builder description(String description)
The description of the domain unit that you want to update.
- Parameters:
description- The description of the domain unit that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
UpdateDomainUnitRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain where you want to update a domain unit.
- Parameters:
domainIdentifier- The ID of the domain where you want to update a domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
UpdateDomainUnitRequest.Builder identifier(String identifier)
The ID of the domain unit that you want to update.
- Parameters:
identifier- The ID of the domain unit that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateDomainUnitRequest.Builder name(String name)
The name of the domain unit that you want to update.
- Parameters:
name- The name of the domain unit that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDomainUnitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDomainUnitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-