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