public static interface GetDomainNameResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetDomainNameResponse.Builder,GetDomainNameResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDomainNameResponse.Builder |
apiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
|
GetDomainNameResponse.Builder |
domainName(String domainName)
The name of the DomainName resource.
|
GetDomainNameResponse.Builder |
domainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
|
GetDomainNameResponse.Builder |
domainNameConfigurations(Consumer<DomainNameConfiguration.Builder>... domainNameConfigurations)
The domain name configurations.
|
GetDomainNameResponse.Builder |
domainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
|
default GetDomainNameResponse.Builder |
mutualTlsAuthentication(Consumer<MutualTlsAuthentication.Builder> mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
GetDomainNameResponse.Builder |
mutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
GetDomainNameResponse.Builder |
tags(Map<String,String> tags)
The collection of tags associated with a domain name.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDomainNameResponse.Builder apiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
apiMappingSelectionExpression - The API mapping selection expression.GetDomainNameResponse.Builder domainName(String domainName)
The name of the DomainName resource.
domainName - The name of the DomainName resource.GetDomainNameResponse.Builder domainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.GetDomainNameResponse.Builder domainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.GetDomainNameResponse.Builder domainNameConfigurations(Consumer<DomainNameConfiguration.Builder>... domainNameConfigurations)
The domain name configurations.
This is a convenience method that creates an instance of theDomainNameConfiguration.Builder avoiding the need
to create one manually via
DomainNameConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #domainNameConfigurations(List.
domainNameConfigurations - a consumer that will call methods on
DomainNameConfiguration.Builder#domainNameConfigurations(java.util.Collection) GetDomainNameResponse.Builder mutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.default GetDomainNameResponse.Builder mutualTlsAuthentication(Consumer<MutualTlsAuthentication.Builder> mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
This is a convenience method that creates an instance of theMutualTlsAuthentication.Builder avoiding
the need to create one manually via MutualTlsAuthentication.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mutualTlsAuthentication(MutualTlsAuthentication).
mutualTlsAuthentication - a consumer that will call methods on MutualTlsAuthentication.BuildermutualTlsAuthentication(MutualTlsAuthentication)GetDomainNameResponse.Builder tags(Map<String,String> tags)
The collection of tags associated with a domain name.
tags - The collection of tags associated with a domain name.Copyright © 2023. All rights reserved.