Interface UpdateDomainUnitResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDomainUnitResponse.Builder,UpdateDomainUnitResponse>,DataZoneResponse.Builder,SdkBuilder<UpdateDomainUnitResponse.Builder,UpdateDomainUnitResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateDomainUnitResponse
public static interface UpdateDomainUnitResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainUnitResponse.Builder,UpdateDomainUnitResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDomainUnitResponse.BuildercreatedAt(Instant createdAt)The time stamp at which the domain unit that you want to update was created.UpdateDomainUnitResponse.BuildercreatedBy(String createdBy)The user who created the domain unit that you want to update.UpdateDomainUnitResponse.Builderdescription(String description)The description of the domain unit that you want to update.UpdateDomainUnitResponse.BuilderdomainId(String domainId)The ID of the domain where you want to update the domain unit.UpdateDomainUnitResponse.Builderid(String id)The ID of the domain unit that you want to update.UpdateDomainUnitResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp at which the domain unit was last updated.UpdateDomainUnitResponse.BuilderlastUpdatedBy(String lastUpdatedBy)The user who last updated the domain unit.UpdateDomainUnitResponse.Buildername(String name)The name of the domain unit that you want to update.UpdateDomainUnitResponse.Builderowners(Collection<DomainUnitOwnerProperties> owners)The owners of the domain unit that you want to update.UpdateDomainUnitResponse.Builderowners(Consumer<DomainUnitOwnerProperties.Builder>... owners)The owners of the domain unit that you want to update.UpdateDomainUnitResponse.Builderowners(DomainUnitOwnerProperties... owners)The owners of the domain unit that you want to update.UpdateDomainUnitResponse.BuilderparentDomainUnitId(String parentDomainUnitId)The ID of the parent domain unit.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
UpdateDomainUnitResponse.Builder createdAt(Instant createdAt)
The time stamp at which the domain unit that you want to update was created.
- Parameters:
createdAt- The time stamp at which the domain unit that you want to update was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
UpdateDomainUnitResponse.Builder createdBy(String createdBy)
The user who created the domain unit that you want to update.
- Parameters:
createdBy- The user who created the domain unit that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateDomainUnitResponse.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.
-
domainId
UpdateDomainUnitResponse.Builder domainId(String domainId)
The ID of the domain where you want to update the domain unit.
- Parameters:
domainId- The ID of the domain where you want to update the domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
UpdateDomainUnitResponse.Builder id(String id)
The ID of the domain unit that you want to update.
- Parameters:
id- 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.
-
lastUpdatedAt
UpdateDomainUnitResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp at which the domain unit was last updated.
- Parameters:
lastUpdatedAt- The timestamp at which the domain unit was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedBy
UpdateDomainUnitResponse.Builder lastUpdatedBy(String lastUpdatedBy)
The user who last updated the domain unit.
- Parameters:
lastUpdatedBy- The user who last updated the domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateDomainUnitResponse.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.
-
owners
UpdateDomainUnitResponse.Builder owners(Collection<DomainUnitOwnerProperties> owners)
The owners of the domain unit that you want to update.
- Parameters:
owners- The owners of the domain unit that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owners
UpdateDomainUnitResponse.Builder owners(DomainUnitOwnerProperties... owners)
The owners of the domain unit that you want to update.
- Parameters:
owners- The owners of the domain unit that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owners
UpdateDomainUnitResponse.Builder owners(Consumer<DomainUnitOwnerProperties.Builder>... owners)
The owners of the domain unit that you want to update.
This is a convenience method that creates an instance of theDomainUnitOwnerProperties.Builderavoiding the need to create one manually viaDomainUnitOwnerProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#owners(List.) - Parameters:
owners- a consumer that will call methods onDomainUnitOwnerProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#owners(java.util.Collection)
-
parentDomainUnitId
UpdateDomainUnitResponse.Builder parentDomainUnitId(String parentDomainUnitId)
The ID of the parent domain unit.
- Parameters:
parentDomainUnitId- The ID of the parent domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-