Interface GetCustomDomainAssociationRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetCustomDomainAssociationRequest.Builder,,GetCustomDomainAssociationRequest> RedshiftServerlessRequest.Builder,SdkBuilder<GetCustomDomainAssociationRequest.Builder,,GetCustomDomainAssociationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetCustomDomainAssociationRequest
public static interface GetCustomDomainAssociationRequest.Builder
extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<GetCustomDomainAssociationRequest.Builder,GetCustomDomainAssociationRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncustomDomainName(String customDomainName) The custom domain name associated with the workgroup.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workgroupName(String workgroupName) The name of the workgroup associated with the database.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
GetCustomDomainAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetCustomDomainAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -