Interface DomainNameConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainNameConfiguration.Builder,
,DomainNameConfiguration> SdkBuilder<DomainNameConfiguration.Builder,
,DomainNameConfiguration> SdkPojo
- Enclosing class:
DomainNameConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionapiGatewayDomainName
(String apiGatewayDomainName) A domain name for the API.certificateArn
(String certificateArn) An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name.certificateName
(String certificateName) The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.certificateUploadDate
(Instant certificateUploadDate) The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.domainNameStatus
(String domainNameStatus) The status of the domain name migration.domainNameStatus
(DomainNameStatus domainNameStatus) The status of the domain name migration.domainNameStatusMessage
(String domainNameStatusMessage) An optional text message containing detailed information about status of the domain name migration.endpointType
(String endpointType) The endpoint type.endpointType
(EndpointType endpointType) The endpoint type.hostedZoneId
(String hostedZoneId) The Amazon Route 53 Hosted Zone ID of the endpoint.ownershipVerificationCertificateArn
(String ownershipVerificationCertificateArn) The ARN of the public certificate issued by ACM to validate ownership of your custom domain.securityPolicy
(String securityPolicy) The Transport Layer Security (TLS) version of the security policy for this domain name.securityPolicy
(SecurityPolicy securityPolicy) The Transport Layer Security (TLS) version of the security policy for this domain name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
apiGatewayDomainName
A domain name for the API.
- Parameters:
apiGatewayDomainName
- A domain name for the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateArn
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
- Parameters:
certificateArn
- An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateName
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
- Parameters:
certificateName
- The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateUploadDate
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
- Parameters:
certificateUploadDate
- The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameStatus
The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.
- Parameters:
domainNameStatus
- The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainNameStatus
The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.
- Parameters:
domainNameStatus
- The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainNameStatusMessage
An optional text message containing detailed information about status of the domain name migration.
- Parameters:
domainNameStatusMessage
- An optional text message containing detailed information about status of the domain name migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointType
The endpoint type.
- Parameters:
endpointType
- The endpoint type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointType
The endpoint type.
- Parameters:
endpointType
- The endpoint type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hostedZoneId
The Amazon Route 53 Hosted Zone ID of the endpoint.
- Parameters:
hostedZoneId
- The Amazon Route 53 Hosted Zone ID of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityPolicy
The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.
- Parameters:
securityPolicy
- The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
securityPolicy
The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.
- Parameters:
securityPolicy
- The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ownershipVerificationCertificateArn
DomainNameConfiguration.Builder ownershipVerificationCertificateArn(String ownershipVerificationCertificateArn) The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn
- Parameters:
ownershipVerificationCertificateArn
- The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn- Returns:
- Returns a reference to this object so that method calls can be chained together.
-