Interface DeleteDomainResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeartifactResponse.Builder,CopyableBuilder<DeleteDomainResponse.Builder,DeleteDomainResponse>,SdkBuilder<DeleteDomainResponse.Builder,DeleteDomainResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteDomainResponse
public static interface DeleteDomainResponse.Builder extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<DeleteDomainResponse.Builder,DeleteDomainResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteDomainResponse.Builderdomain(Consumer<DomainDescription.Builder> domain)Contains information about the deleted domain after processing the request.DeleteDomainResponse.Builderdomain(DomainDescription domain)Contains information about the deleted domain after processing the request.-
Methods inherited from interface software.amazon.awssdk.services.codeartifact.model.CodeartifactResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
domain
DeleteDomainResponse.Builder domain(DomainDescription domain)
Contains information about the deleted domain after processing the request.
- Parameters:
domain- Contains information about the deleted domain after processing the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
default DeleteDomainResponse.Builder domain(Consumer<DomainDescription.Builder> domain)
Contains information about the deleted domain after processing the request.
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 onDomainDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
domain(DomainDescription)
-
-