Interface UpdateCustomDomainAssociationResponse.Builder

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

  • Method Details

    • customDomainCertificateArn

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

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

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

      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.