public static interface DescribeUserPoolDomainResponse.Builder extends CognitoIdentityProviderResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeUserPoolDomainResponse.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.BuilderdomainDescription(DomainDescriptionType)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.