Interface GetCustomDomainAssociationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetCustomDomainAssociationResponse.Builder,,- GetCustomDomainAssociationResponse> - RedshiftServerlessResponse.Builder,- SdkBuilder<GetCustomDomainAssociationResponse.Builder,,- GetCustomDomainAssociationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetCustomDomainAssociationResponse
@Mutable
@NotThreadSafe
public static interface GetCustomDomainAssociationResponse.Builder
extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetCustomDomainAssociationResponse.Builder,GetCustomDomainAssociationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncustomDomainCertificateArn(String customDomainCertificateArn) The custom domain name’s certificate Amazon resource name (ARN).customDomainCertificateExpiryTime(Instant customDomainCertificateExpiryTime) The expiration time for the certificate.customDomainName(String customDomainName) The custom domain name associated with the workgroup.workgroupName(String workgroupName) The name of the workgroup associated with the database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
customDomainCertificateArnGetCustomDomainAssociationResponse.Builder customDomainCertificateArn(String customDomainCertificateArn) The custom domain name’s certificate Amazon resource name (ARN). - Parameters:
- customDomainCertificateArn- The custom domain name’s certificate Amazon resource name (ARN).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customDomainCertificateExpiryTimeGetCustomDomainAssociationResponse.Builder customDomainCertificateExpiryTime(Instant customDomainCertificateExpiryTime) The expiration time for the certificate. - Parameters:
- customDomainCertificateExpiryTime- The expiration time for the certificate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customDomainNameThe custom domain name associated with the workgroup. - Parameters:
- customDomainName- The custom domain name associated with the workgroup.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
workgroupNameThe name of the workgroup associated with the database. - Parameters:
- workgroupName- The name of the workgroup associated with the database.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-