Interface CreateCustomDomainAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>,RedshiftServerlessResponse.Builder,SdkBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateCustomDomainAssociationResponse
public static interface CreateCustomDomainAssociationResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCustomDomainAssociationResponse.BuildercustomDomainCertificateArn(String customDomainCertificateArn)The custom domain name’s certificate Amazon resource name (ARN).CreateCustomDomainAssociationResponse.BuildercustomDomainCertificateExpiryTime(Instant customDomainCertificateExpiryTime)The expiration time for the certificate.CreateCustomDomainAssociationResponse.BuildercustomDomainName(String customDomainName)The custom domain name to associate with the workgroup.CreateCustomDomainAssociationResponse.BuilderworkgroupName(String workgroupName)The name of the workgroup associated with the database.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
customDomainCertificateArn
CreateCustomDomainAssociationResponse.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
CreateCustomDomainAssociationResponse.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
CreateCustomDomainAssociationResponse.Builder customDomainName(String customDomainName)
The custom domain name to associate with the workgroup.
- Parameters:
customDomainName- The custom domain name to associate with the workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workgroupName
CreateCustomDomainAssociationResponse.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.
-
-