public static interface ListPackagesForDomainRequest.Builder extends OpenSearchRequest.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)
An optional parameter that specifies the maximum number of results to return.
|
ListPackagesForDomainRequest.Builder |
nextToken(String nextToken)
If your initial
ListPackagesForDomain operation returns a nextToken, you can
include the returned nextToken in subsequent ListPackagesForDomain operations,
which returns results in the next page. |
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)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.ListPackagesForDomainRequest.Builder nextToken(String nextToken)
If your initial ListPackagesForDomain operation returns a nextToken, you can
include the returned nextToken in subsequent ListPackagesForDomain operations,
which returns results in the next page.
nextToken - If your initial ListPackagesForDomain operation returns a nextToken, you can
include the returned nextToken in subsequent ListPackagesForDomain
operations, which returns results in the next page.ListPackagesForDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPackagesForDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.