Interface UpdateDomainNameResponse.Builder
- All Superinterfaces:
ApiGatewayV2Response.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateDomainNameResponse.Builder,
,UpdateDomainNameResponse> SdkBuilder<UpdateDomainNameResponse.Builder,
,UpdateDomainNameResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateDomainNameResponse
@Mutable
@NotThreadSafe
public static interface UpdateDomainNameResponse.Builder
extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapiMappingSelectionExpression
(String apiMappingSelectionExpression) The API mapping selection expression.domainName
(String domainName) The name of the DomainName resource.domainNameArn
(String domainNameArn) Sets the value of the DomainNameArn property for this object.domainNameConfigurations
(Collection<DomainNameConfiguration> domainNameConfigurations) The domain name configurations.domainNameConfigurations
(Consumer<DomainNameConfiguration.Builder>... domainNameConfigurations) The domain name configurations.domainNameConfigurations
(DomainNameConfiguration... domainNameConfigurations) The domain name configurations.default UpdateDomainNameResponse.Builder
mutualTlsAuthentication
(Consumer<MutualTlsAuthentication.Builder> mutualTlsAuthentication) The mutual TLS authentication configuration for a custom domain name.mutualTlsAuthentication
(MutualTlsAuthentication mutualTlsAuthentication) The mutual TLS authentication configuration for a custom domain name.routingMode
(String routingMode) The routing mode.routingMode
(RoutingMode routingMode) The routing mode.The collection of tags associated with a domain name.Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
apiMappingSelectionExpression
UpdateDomainNameResponse.Builder apiMappingSelectionExpression(String apiMappingSelectionExpression) The API mapping selection expression.
- Parameters:
apiMappingSelectionExpression
- The API mapping selection expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The name of the DomainName resource.
- Parameters:
domainName
- The name of the DomainName resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameArn
Sets the value of the DomainNameArn property for this object.- Parameters:
domainNameArn
- The new value for the DomainNameArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameConfigurations
UpdateDomainNameResponse.Builder domainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations) The domain name configurations.
- Parameters:
domainNameConfigurations
- The domain name configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameConfigurations
UpdateDomainNameResponse.Builder domainNameConfigurations(DomainNameConfiguration... domainNameConfigurations) The domain name configurations.
- Parameters:
domainNameConfigurations
- The domain name configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameConfigurations
UpdateDomainNameResponse.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 viaDomainNameConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todomainNameConfigurations(List<DomainNameConfiguration>)
.- Parameters:
domainNameConfigurations
- a consumer that will call methods onDomainNameConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mutualTlsAuthentication
UpdateDomainNameResponse.Builder mutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication) The mutual TLS authentication configuration for a custom domain name.
- Parameters:
mutualTlsAuthentication
- The mutual TLS authentication configuration for a custom domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mutualTlsAuthentication
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 viaMutualTlsAuthentication.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomutualTlsAuthentication(MutualTlsAuthentication)
.- Parameters:
mutualTlsAuthentication
- a consumer that will call methods onMutualTlsAuthentication.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
routingMode
The routing mode.
- Parameters:
routingMode
- The routing mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
routingMode
The routing mode.
- Parameters:
routingMode
- The routing mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The collection of tags associated with a domain name.
- Parameters:
tags
- The collection of tags associated with a domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-