Uses of Interface
software.amazon.awssdk.services.apigateway.model.DomainName.Builder
Packages that use DomainName.Builder
-
Uses of DomainName.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DomainName.BuilderModifier and TypeMethodDescriptionstatic DomainName.BuilderDomainName.builder()DomainName.Builder.certificateArn(String certificateArn) The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.DomainName.Builder.certificateName(String certificateName) The name of the certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.DomainName.Builder.certificateUploadDate(Instant certificateUploadDate) The timestamp when the certificate that was used by edge-optimized endpoint or private endpoint for this domain name was uploaded.DomainName.Builder.distributionDomainName(String distributionDomainName) The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.DomainName.Builder.distributionHostedZoneId(String distributionHostedZoneId) The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.DomainName.Builder.domainName(String domainName) The custom domain name as an API host name, for example,my-api.example.com.DomainName.Builder.domainNameArn(String domainNameArn) The ARN of the domain name.DomainName.Builder.domainNameId(String domainNameId) The identifier for the domain name resource.DomainName.Builder.domainNameStatus(String domainNameStatus) The status of the DomainName migration.DomainName.Builder.domainNameStatus(DomainNameStatus domainNameStatus) The status of the DomainName migration.DomainName.Builder.domainNameStatusMessage(String domainNameStatusMessage) An optional text message containing detailed information about status of the DomainName migration.DomainName.Builder.endpointAccessMode(String endpointAccessMode) The endpoint access mode of the DomainName.DomainName.Builder.endpointAccessMode(EndpointAccessMode endpointAccessMode) The endpoint access mode of the DomainName.default DomainName.BuilderDomainName.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.DomainName.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.DomainName.Builder.managementPolicy(String managementPolicy) A stringified JSON policy document that applies to the API Gateway Management service for this DomainName.default DomainName.BuilderDomainName.Builder.mutualTlsAuthentication(Consumer<MutualTlsAuthentication.Builder> mutualTlsAuthentication) The mutual TLS authentication configuration for a custom domain name.DomainName.Builder.mutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication) The mutual TLS authentication configuration for a custom domain name.DomainName.Builder.ownershipVerificationCertificateArn(String ownershipVerificationCertificateArn) The ARN of the public certificate issued by ACM to validate ownership of your custom domain.A stringified JSON policy document that applies to theexecute-apiservice for this DomainName regardless of the caller and Method configuration.DomainName.Builder.regionalCertificateArn(String regionalCertificateArn) The reference to an Amazon Web Services-managed certificate that will be used for validating the regional domain name.DomainName.Builder.regionalCertificateName(String regionalCertificateName) The name of the certificate that will be used for validating the regional domain name.DomainName.Builder.regionalDomainName(String regionalDomainName) The domain name associated with the regional endpoint for this custom domain name.DomainName.Builder.regionalHostedZoneId(String regionalHostedZoneId) The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.DomainName.Builder.routingMode(String routingMode) The routing mode for this domain name.DomainName.Builder.routingMode(RoutingMode routingMode) The routing mode for this domain name.DomainName.Builder.securityPolicy(String securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this DomainName.DomainName.Builder.securityPolicy(SecurityPolicy securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this DomainName.The collection of tags.DomainName.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DomainName.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DomainName.Builder>DomainName.serializableBuilderClass()