public static interface CreateDomainNameResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<CreateDomainNameResponse.Builder,CreateDomainNameResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDomainNameResponse.Builder |
apiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
|
CreateDomainNameResponse.Builder |
domainName(String domainName)
The name of the DomainName resource.
|
CreateDomainNameResponse.Builder |
domainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
|
CreateDomainNameResponse.Builder |
domainNameConfigurations(Consumer<DomainNameConfiguration.Builder>... domainNameConfigurations)
The domain name configurations.
|
CreateDomainNameResponse.Builder |
domainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
|
CreateDomainNameResponse.Builder |
tags(Map<String,String> tags)
The key-value map of strings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainNameResponse.Builder apiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
apiMappingSelectionExpression - The API mapping selection expression.CreateDomainNameResponse.Builder domainName(String domainName)
The name of the DomainName resource.
domainName - The name of the DomainName resource.CreateDomainNameResponse.Builder domainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.CreateDomainNameResponse.Builder domainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.CreateDomainNameResponse.Builder domainNameConfigurations(Consumer<DomainNameConfiguration.Builder>... domainNameConfigurations)
The domain name configurations.
This is a convenience 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) CreateDomainNameResponse.Builder tags(Map<String,String> tags)
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters..Copyright © 2019. All rights reserved.