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