public static interface UpdateDomainNameResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainNameResponse.Builder apiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
apiMappingSelectionExpression - The API mapping selection expression.UpdateDomainNameResponse.Builder domainName(String domainName)
The name of the DomainName resource.
domainName - The name of the DomainName resource.UpdateDomainNameResponse.Builder domainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.UpdateDomainNameResponse.Builder domainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.UpdateDomainNameResponse.Builder domainNameConfigurations(Consumer<DomainNameConfiguration.Builder>... domainNameConfigurations)
The domain name configurations.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #domainNameConfigurations(List) .domainNameConfigurations - a consumer that will call methods on List.Builder #domainNameConfigurations(List) UpdateDomainNameResponse.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 UpdateDomainNameResponse.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)UpdateDomainNameResponse.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 © 2022. All rights reserved.