Interface ListCustomDomainAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCustomDomainAssociationsRequest.Builder,
,ListCustomDomainAssociationsRequest> RedshiftServerlessRequest.Builder
,SdkBuilder<ListCustomDomainAssociationsRequest.Builder,
,ListCustomDomainAssociationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListCustomDomainAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListCustomDomainAssociationsRequest.Builder
extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListCustomDomainAssociationsRequest.Builder,ListCustomDomainAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncustomDomainCertificateArn
(String customDomainCertificateArn) The custom domain name’s certificate Amazon resource name (ARN).customDomainName
(String customDomainName) The custom domain name associated with the workgroup.maxResults
(Integer maxResults) An optional parameter that specifies the maximum number of results to return.WhennextToken
is returned, there are more results available.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
customDomainCertificateArn
ListCustomDomainAssociationsRequest.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
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.
-
maxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to display the next page of results.- Parameters:
maxResults
- An optional parameter that specifies the maximum number of results to return. You can usenextToken
to display the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
When
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken
- WhennextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCustomDomainAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCustomDomainAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-