public static interface ListDomainsForPackageRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>
| Modifier and Type | Method and 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(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDomainsForPackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDomainsForPackageRequest.Builder |
packageID(String packageID)
The package for which to list domains.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsForPackageRequest.Builder packageID(String packageID)
The package for which to list domains.
packageID - The package for which to list domains.ListDomainsForPackageRequest.Builder maxResults(Integer maxResults)
Limits results to a maximum number of domains.
maxResults - Limits results to a maximum number of domains.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.
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.ListDomainsForPackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDomainsForPackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.