Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
Packages that use CreateDomainNameRequest.Builder
Package
Description
-
Uses of CreateDomainNameRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateDomainNameRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.createDomainName(Consumer<CreateDomainNameRequest.Builder> createDomainNameRequest) Creates a new domain name.default CreateDomainNameResponseApiGatewayClient.createDomainName(Consumer<CreateDomainNameRequest.Builder> createDomainNameRequest) Creates a new domain name. -
Uses of CreateDomainNameRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateDomainNameRequest.BuilderModifier and TypeMethodDescriptionCreateDomainNameRequest.builder()CreateDomainNameRequest.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.CreateDomainNameRequest.Builder.certificateBody(String certificateBody) [Deprecated] The body of the server certificate that will be used by edge-optimized endpoint or private endpoint for this domain name provided by your certificate authority.CreateDomainNameRequest.Builder.certificateChain(String certificateChain) [Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name.CreateDomainNameRequest.Builder.certificateName(String certificateName) The user-friendly name of the certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.CreateDomainNameRequest.Builder.certificatePrivateKey(String certificatePrivateKey) [Deprecated] Your edge-optimized endpoint's domain name certificate's private key.CreateDomainNameRequest.Builder.domainName(String domainName) The name of the DomainName resource.CreateDomainNameRequest.Builder.endpointAccessMode(String endpointAccessMode) The endpoint access mode of the DomainName.CreateDomainNameRequest.Builder.endpointAccessMode(EndpointAccessMode endpointAccessMode) The endpoint access mode of the DomainName.default CreateDomainNameRequest.BuilderCreateDomainNameRequest.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.CreateDomainNameRequest.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.default CreateDomainNameRequest.BuilderCreateDomainNameRequest.Builder.mutualTlsAuthentication(Consumer<MutualTlsAuthenticationInput.Builder> mutualTlsAuthentication) Sets the value of the MutualTlsAuthentication property for this object.CreateDomainNameRequest.Builder.mutualTlsAuthentication(MutualTlsAuthenticationInput mutualTlsAuthentication) Sets the value of the MutualTlsAuthentication property for this object.CreateDomainNameRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDomainNameRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDomainNameRequest.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.CreateDomainNameRequest.Builder.regionalCertificateArn(String regionalCertificateArn) The reference to an Amazon Web Services-managed certificate that will be used by regional endpoint for this domain name.CreateDomainNameRequest.Builder.regionalCertificateName(String regionalCertificateName) The user-friendly name of the certificate that will be used by regional endpoint for this domain name.CreateDomainNameRequest.Builder.routingMode(String routingMode) The routing mode for this domain name.CreateDomainNameRequest.Builder.routingMode(RoutingMode routingMode) The routing mode for this domain name.CreateDomainNameRequest.Builder.securityPolicy(String securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this DomainName.CreateDomainNameRequest.Builder.securityPolicy(SecurityPolicy securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this DomainName.The key-value map of strings.CreateDomainNameRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateDomainNameRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDomainNameRequest.Builder>CreateDomainNameRequest.serializableBuilderClass()