public static interface DescribeUserPoolDomainResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserPoolDomainResponse.Builder,DescribeUserPoolDomainResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeUserPoolDomainResponse.Builder |
domainDescription(Consumer<DomainDescriptionType.Builder> domainDescription)
A domain description object containing information about the domain.
|
DescribeUserPoolDomainResponse.Builder |
domainDescription(DomainDescriptionType domainDescription)
A domain description object containing information about the domain.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeUserPoolDomainResponse.Builder domainDescription(DomainDescriptionType domainDescription)
A domain description object containing information about the domain.
domainDescription
- A domain description object containing information about the domain.default DescribeUserPoolDomainResponse.Builder domainDescription(Consumer<DomainDescriptionType.Builder> domainDescription)
A domain description object containing information about the domain.
This is a convenience that creates an instance of theDomainDescriptionType.Builder
avoiding the need
to create one manually via DomainDescriptionType.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to domainDescription(DomainDescriptionType)
.domainDescription
- a consumer that will call methods on DomainDescriptionType.Builder
domainDescription(DomainDescriptionType)
Copyright © 2019. All rights reserved.