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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCustomDomainAssociationRequest.BuildercustomDomainName(String customDomainName)The custom domain name associated with the workgroup.GetCustomDomainAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCustomDomainAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCustomDomainAssociationRequest.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
GetCustomDomainAssociationRequest.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
GetCustomDomainAssociationRequest.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
GetCustomDomainAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCustomDomainAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-