public static interface ListDomainsForPackageRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsForPackageRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListDomainsForPackageRequest.Builder |
nextToken(String nextToken)
If your initial
ListDomainsForPackage operation returns a nextToken, you can
include the returned nextToken in subsequent ListDomainsForPackage operations,
which returns results in the next page. |
ListDomainsForPackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDomainsForPackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDomainsForPackageRequest.Builder |
packageID(String packageID)
The unique identifier of the package for which to list associated domains.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsForPackageRequest.Builder packageID(String packageID)
The unique identifier of the package for which to list associated domains.
packageID - The unique identifier of the package for which to list associated domains.ListDomainsForPackageRequest.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.ListDomainsForPackageRequest.Builder nextToken(String nextToken)
If your initial ListDomainsForPackage operation returns a nextToken, you can
include the returned nextToken in subsequent ListDomainsForPackage operations,
which returns results in the next page.
nextToken - If your initial ListDomainsForPackage operation returns a nextToken, you can
include the returned nextToken in subsequent ListDomainsForPackage
operations, which returns results in the next page.ListDomainsForPackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDomainsForPackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.