public static interface CreateDomainNameRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<CreateDomainNameRequest.Builder,CreateDomainNameRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainNameRequest.Builder domainName(String domainName)
The domain name.
domainName - The domain name.CreateDomainNameRequest.Builder domainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.CreateDomainNameRequest.Builder domainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.CreateDomainNameRequest.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) CreateDomainNameRequest.Builder mutualTlsAuthentication(MutualTlsAuthenticationInput mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.default CreateDomainNameRequest.Builder mutualTlsAuthentication(Consumer<MutualTlsAuthenticationInput.Builder> mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
This is a convenience method that creates an instance of theMutualTlsAuthenticationInput.Builder
avoiding the need to create one manually via MutualTlsAuthenticationInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to mutualTlsAuthentication(MutualTlsAuthenticationInput).mutualTlsAuthentication - a consumer that will call methods on MutualTlsAuthenticationInput.BuildermutualTlsAuthentication(MutualTlsAuthenticationInput)CreateDomainNameRequest.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.CreateDomainNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDomainNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.