Interface CreateCustomDomainAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>
,RedshiftResponse.Builder
,SdkBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateCustomDomainAssociationResponse
public static interface CreateCustomDomainAssociationResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomDomainAssociationResponse.Builder,CreateCustomDomainAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
customDomainName
CreateCustomDomainAssociationResponse.Builder customDomainName(String customDomainName)
The custom domain name for the association result.
- Parameters:
customDomainName
- The custom domain name for the association result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainCertificateArn
CreateCustomDomainAssociationResponse.Builder customDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
- Parameters:
customDomainCertificateArn
- The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterIdentifier
CreateCustomDomainAssociationResponse.Builder clusterIdentifier(String clusterIdentifier)
The identifier of the cluster that the custom domain is associated with.
- Parameters:
clusterIdentifier
- The identifier of the cluster that the custom domain is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainCertExpiryTime
CreateCustomDomainAssociationResponse.Builder customDomainCertExpiryTime(String customDomainCertExpiryTime)
The expiration time for the certificate for the custom domain.
- Parameters:
customDomainCertExpiryTime
- The expiration time for the certificate for the custom domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-