public static interface ListDomainsForPackageRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>
Modifier and Type | Method and Description |
---|---|
ListDomainsForPackageRequest.Builder |
maxResults(Integer maxResults)
Limits the 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 associated domains.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDomainsForPackageRequest.Builder packageID(String packageID)
The package for which to list associated domains.
packageID
- The package for which to list associated domains.ListDomainsForPackageRequest.Builder maxResults(Integer maxResults)
Limits the results to a maximum number of domains.
maxResults
- Limits the 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.Builder
ListDomainsForPackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.