Interface DescribeDomainResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeartifactResponse.Builder,- CopyableBuilder<DescribeDomainResponse.Builder,,- DescribeDomainResponse> - SdkBuilder<DescribeDomainResponse.Builder,,- DescribeDomainResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeDomainResponse
@Mutable
@NotThreadSafe
public static interface DescribeDomainResponse.Builder
extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault DescribeDomainResponse.Builderdomain(Consumer<DomainDescription.Builder> domain) Sets the value of the Domain property for this object.domain(DomainDescription domain) Sets the value of the Domain property for this object.Methods inherited from interface software.amazon.awssdk.services.codeartifact.model.CodeartifactResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
domainSets the value of the Domain property for this object.- Parameters:
- domain- The new value for the Domain property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainSets the value of the Domain property for this object. This is a convenience method that creates an instance of theDomainDescription.Builderavoiding the need to create one manually viaDomainDescription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomain(DomainDescription).- Parameters:
- domain- a consumer that will call methods on- DomainDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-