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.
|
GetDomainNameResponse.Builder |
tags(Map<String,String> tags)
The key-value map of strings.
|
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 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) GetDomainNameResponse.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.