Interface DeleteCustomDomainAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteCustomDomainAssociationRequest.Builder,DeleteCustomDomainAssociationRequest>,RedshiftRequest.Builder,SdkBuilder<DeleteCustomDomainAssociationRequest.Builder,DeleteCustomDomainAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCustomDomainAssociationRequest
public static interface DeleteCustomDomainAssociationRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DeleteCustomDomainAssociationRequest.Builder,DeleteCustomDomainAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCustomDomainAssociationRequest.BuilderclusterIdentifier(String clusterIdentifier)The identifier of the cluster to delete a custom domain association for.DeleteCustomDomainAssociationRequest.BuildercustomDomainName(String customDomainName)The custom domain name for the custom domain association.DeleteCustomDomainAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCustomDomainAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterIdentifier
DeleteCustomDomainAssociationRequest.Builder clusterIdentifier(String clusterIdentifier)
The identifier of the cluster to delete a custom domain association for.
- Parameters:
clusterIdentifier- The identifier of the cluster to delete a custom domain association for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainName
DeleteCustomDomainAssociationRequest.Builder customDomainName(String customDomainName)
The custom domain name for the custom domain association.
- Parameters:
customDomainName- The custom domain name for the custom domain association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteCustomDomainAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCustomDomainAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-