public static interface ListDomainsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
Modifier and Type | Method and Description |
---|---|
ListDomainsRequest.Builder |
maxResults(Integer maxResults)
Returns a list up to a specified limit.
|
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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDomainsRequest.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)
Returns a list up to a specified limit.
maxResults
- Returns a list up to a specified limit.ListDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.