Interface GetDomainNameRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetDomainNameRequest.Builder,,GetDomainNameRequest> SdkBuilder<GetDomainNameRequest.Builder,,GetDomainNameRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDomainNameRequest
@Mutable
@NotThreadSafe
public static interface GetDomainNameRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetDomainNameRequest.Builder,GetDomainNameRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The name of the DomainName resource.domainNameId(String domainNameId) The identifier for the domain name resource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
domainNameId
The identifier for the domain name resource. Required for private custom domain names.
- Parameters:
domainNameId- The identifier for the domain name resource. Required for private custom domain names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDomainNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDomainNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-