public static interface CreateCustomDomainAssociationResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomDomainAssociationResponse.Builder |
clusterIdentifier(String clusterIdentifier)
The identifier of the cluster that the custom domain is associated with.
|
CreateCustomDomainAssociationResponse.Builder |
customDomainCertExpiryTime(String customDomainCertExpiryTime)
The expiration time for the certificate for the custom domain.
|
CreateCustomDomainAssociationResponse.Builder |
customDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
|
CreateCustomDomainAssociationResponse.Builder |
customDomainName(String customDomainName)
The custom domain name for the association result.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomDomainAssociationResponse.Builder customDomainName(String customDomainName)
The custom domain name for the association result.
customDomainName - The custom domain name for the association result.CreateCustomDomainAssociationResponse.Builder customDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
customDomainCertificateArn - The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.CreateCustomDomainAssociationResponse.Builder clusterIdentifier(String clusterIdentifier)
The identifier of the cluster that the custom domain is associated with.
clusterIdentifier - The identifier of the cluster that the custom domain is associated with.CreateCustomDomainAssociationResponse.Builder customDomainCertExpiryTime(String customDomainCertExpiryTime)
The expiration time for the certificate for the custom domain.
customDomainCertExpiryTime - The expiration time for the certificate for the custom domain.Copyright © 2023. All rights reserved.