public static interface CreateDomainResponse.Builder extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<CreateDomainResponse.Builder,CreateDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDomainResponse.Builder |
domain(Consumer<DomainDescription.Builder> domain)
Contains information about the created domain after processing the request.
|
CreateDomainResponse.Builder |
domain(DomainDescription domain)
Contains information about the created domain after processing the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainResponse.Builder domain(DomainDescription domain)
Contains information about the created domain after processing the request.
domain - Contains information about the created domain after processing the request.default CreateDomainResponse.Builder domain(Consumer<DomainDescription.Builder> domain)
Contains information about the created domain after processing the request.
This is a convenience method that creates an instance of theDomainDescription.Builder avoiding the
need to create one manually via DomainDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to domain(DomainDescription).
domain - a consumer that will call methods on DomainDescription.Builderdomain(DomainDescription)Copyright © 2023. All rights reserved.