| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GetDomainNameResponse.Builder |
GetDomainNameResponse.builder() |
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.certificateArn(String certificateArn)
The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint for
this domain name.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.certificateName(String certificateName)
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.certificateUploadDate(Instant certificateUploadDate)
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was
uploaded.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.distributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an
edge-optimized endpoint.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.distributionHostedZoneId(String distributionHostedZoneId)
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.domainName(String domainName)
The custom domain name as an API host name, for example,
my-api.example.com. |
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.domainNameStatus(DomainNameStatus domainNameStatus)
The status of the DomainName migration.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.domainNameStatus(String domainNameStatus)
The status of the DomainName migration.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.domainNameStatusMessage(String domainNameStatusMessage)
An optional text message containing detailed information about status of the DomainName migration.
|
default GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
default GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.mutualTlsAuthentication(Consumer<MutualTlsAuthentication.Builder> mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.mutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.ownershipVerificationCertificateArn(String ownershipVerificationCertificateArn)
The ARN of the public certificate issued by ACM to validate ownership of your custom domain.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.regionalCertificateArn(String regionalCertificateArn)
The reference to an Amazon Web Services-managed certificate that will be used for validating the regional
domain name.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.regionalCertificateName(String regionalCertificateName)
The name of the certificate that will be used for validating the regional domain name.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.regionalDomainName(String regionalDomainName)
The domain name associated with the regional endpoint for this custom domain name.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.regionalHostedZoneId(String regionalHostedZoneId)
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.securityPolicy(SecurityPolicy securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.securityPolicy(String securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.Builder.tags(Map<String,String> tags)
The collection of tags.
|
GetDomainNameResponse.Builder |
GetDomainNameResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDomainNameResponse.Builder> |
GetDomainNameResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.