Interface ListCustomDomainAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCustomDomainAssociationsRequest.Builder,ListCustomDomainAssociationsRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<ListCustomDomainAssociationsRequest.Builder,ListCustomDomainAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCustomDomainAssociationsRequest
public static interface ListCustomDomainAssociationsRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListCustomDomainAssociationsRequest.Builder,ListCustomDomainAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomDomainAssociationsRequest.BuildercustomDomainCertificateArn(String customDomainCertificateArn)The custom domain name’s certificate Amazon resource name (ARN).ListCustomDomainAssociationsRequest.BuildercustomDomainName(String customDomainName)The custom domain name associated with the workgroup.ListCustomDomainAssociationsRequest.BuildermaxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.ListCustomDomainAssociationsRequest.BuildernextToken(String nextToken)WhennextTokenis returned, there are more results available.ListCustomDomainAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomDomainAssociationsRequest.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.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
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
ListCustomDomainAssociationsRequest.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.
-
maxResults
ListCustomDomainAssociationsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento display the next page of results.- Parameters:
maxResults- An optional parameter that specifies the maximum number of results to return. You can usenextTokento display the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCustomDomainAssociationsRequest.Builder nextToken(String nextToken)
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken- WhennextTokenis returned, there are more results available. The value ofnextTokenis 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCustomDomainAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-