Interface CreateCustomDomainAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCustomDomainAssociationRequest.Builder,CreateCustomDomainAssociationRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<CreateCustomDomainAssociationRequest.Builder,CreateCustomDomainAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCustomDomainAssociationRequest
public static interface CreateCustomDomainAssociationRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomDomainAssociationRequest.Builder,CreateCustomDomainAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCustomDomainAssociationRequest.BuildercustomDomainCertificateArn(String customDomainCertificateArn)The custom domain name’s certificate Amazon resource name (ARN).CreateCustomDomainAssociationRequest.BuildercustomDomainName(String customDomainName)The custom domain name to associate with the workgroup.CreateCustomDomainAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCustomDomainAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCustomDomainAssociationRequest.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
-
customDomainCertificateArn
CreateCustomDomainAssociationRequest.Builder customDomainCertificateArn(String customDomainCertificateArn)
The custom domain name’s certificate Amazon resource name (ARN).
- Parameters:
customDomainCertificateArn- The custom domain name’s certificate Amazon resource name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainName
CreateCustomDomainAssociationRequest.Builder customDomainName(String customDomainName)
The custom domain name to associate with the workgroup.
- Parameters:
customDomainName- The custom domain name to associate with the workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workgroupName
CreateCustomDomainAssociationRequest.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
CreateCustomDomainAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCustomDomainAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-