Interface ListDomainsForPackageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>
,ElasticsearchRequest.Builder
,SdkBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListDomainsForPackageRequest
public static interface ListDomainsForPackageRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDomainsForPackageRequest.Builder
maxResults(Integer maxResults)
Limits results to a maximum number of domains.ListDomainsForPackageRequest.Builder
nextToken(String nextToken)
Used for pagination.ListDomainsForPackageRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListDomainsForPackageRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListDomainsForPackageRequest.Builder
packageID(String packageID)
The package for which to list domains.-
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.elasticsearch.model.ElasticsearchRequest.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
-
packageID
ListDomainsForPackageRequest.Builder packageID(String packageID)
The package for which to list domains.
- Parameters:
packageID
- The package for which to list domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDomainsForPackageRequest.Builder maxResults(Integer maxResults)
Limits results to a maximum number of domains.
- Parameters:
maxResults
- Limits results to a maximum number of domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDomainsForPackageRequest.Builder nextToken(String nextToken)
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
- Parameters:
nextToken
- Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDomainsForPackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListDomainsForPackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-