Interface DeleteCustomDomainAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteCustomDomainAssociationRequest.Builder,DeleteCustomDomainAssociationRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<DeleteCustomDomainAssociationRequest.Builder,DeleteCustomDomainAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCustomDomainAssociationRequest
public static interface DeleteCustomDomainAssociationRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<DeleteCustomDomainAssociationRequest.Builder,DeleteCustomDomainAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCustomDomainAssociationRequest.BuildercustomDomainName(String customDomainName)The custom domain name associated with the workgroup.DeleteCustomDomainAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCustomDomainAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteCustomDomainAssociationRequest.BuilderworkgroupName(String workgroupName)The name of the workgroup associated with the database.-
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.redshiftserverless.model.RedshiftServerlessRequest.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
-
customDomainName
DeleteCustomDomainAssociationRequest.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
DeleteCustomDomainAssociationRequest.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.
-
overrideConfiguration
DeleteCustomDomainAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCustomDomainAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-