Interface DescribeCustomDomainAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCustomDomainAssociationsRequest.Builder,DescribeCustomDomainAssociationsRequest>,RedshiftRequest.Builder,SdkBuilder<DescribeCustomDomainAssociationsRequest.Builder,DescribeCustomDomainAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeCustomDomainAssociationsRequest
public static interface DescribeCustomDomainAssociationsRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeCustomDomainAssociationsRequest.Builder,DescribeCustomDomainAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCustomDomainAssociationsRequest.BuildercustomDomainCertificateArn(String customDomainCertificateArn)The certificate Amazon Resource Name (ARN) for the custom domain association.DescribeCustomDomainAssociationsRequest.BuildercustomDomainName(String customDomainName)The custom domain name for the custom domain association.DescribeCustomDomainAssociationsRequest.Buildermarker(String marker)The marker for the custom domain association.DescribeCustomDomainAssociationsRequest.BuildermaxRecords(Integer maxRecords)The maximum records setting for the associated custom domain.DescribeCustomDomainAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCustomDomainAssociationsRequest.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
-
customDomainName
DescribeCustomDomainAssociationsRequest.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.
-
customDomainCertificateArn
DescribeCustomDomainAssociationsRequest.Builder customDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain association.
- Parameters:
customDomainCertificateArn- The certificate Amazon Resource Name (ARN) for the custom domain association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeCustomDomainAssociationsRequest.Builder maxRecords(Integer maxRecords)
The maximum records setting for the associated custom domain.
- Parameters:
maxRecords- The maximum records setting for the associated custom domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeCustomDomainAssociationsRequest.Builder marker(String marker)
The marker for the custom domain association.
- Parameters:
marker- The marker for the custom domain association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCustomDomainAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCustomDomainAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-