public static interface ListDomainsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return in the response.
|
ListDomainsRequest.Builder |
nextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListDomainsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDomainsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsRequest.Builder nextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.ListDomainsRequest.Builder maxResults(Integer maxResults)
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
maxResults - The total number of items to return in the response. If the total number of items available is more
than the value specified, a NextToken is provided in the response. To resume pagination,
provide the NextToken value in the as part of a subsequent call. The default value is 10.ListDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.