Interface GetCustomDomainAssociationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetCustomDomainAssociationResponse.Builder,GetCustomDomainAssociationResponse>, RedshiftServerlessResponse.Builder, SdkBuilder<GetCustomDomainAssociationResponse.Builder,GetCustomDomainAssociationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetCustomDomainAssociationResponse

  • Method Details

    • customDomainCertificateArn

      GetCustomDomainAssociationResponse.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.
    • customDomainCertificateExpiryTime

      GetCustomDomainAssociationResponse.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.
    • customDomainName

      GetCustomDomainAssociationResponse.Builder customDomainName(String customDomainName)

      The 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.
    • workgroupName

      GetCustomDomainAssociationResponse.Builder workgroupName(String workgroupName)

      The 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.