public static interface ListPackagesForDomainRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<ListPackagesForDomainRequest.Builder,ListPackagesForDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPackagesForDomainRequest.Builder |
domainName(String domainName)
The name of the domain for which you want to list associated packages.
|
ListPackagesForDomainRequest.Builder |
maxResults(Integer maxResults)
Limits results to a maximum number of packages.
|
ListPackagesForDomainRequest.Builder |
nextToken(String nextToken)
Used for pagination.
|
ListPackagesForDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPackagesForDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPackagesForDomainRequest.Builder domainName(String domainName)
The name of the domain for which you want to list associated packages.
domainName - The name of the domain for which you want to list associated packages.ListPackagesForDomainRequest.Builder maxResults(Integer maxResults)
Limits results to a maximum number of packages.
maxResults - Limits results to a maximum number of packages.ListPackagesForDomainRequest.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.ListPackagesForDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPackagesForDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.