Interface ListDomainsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListDomainsRequest
public static interface ListDomainsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDomainsRequest.Builder
maxResults(Integer maxResults)
This parameter defines the maximum number of results that can be return in a single response.ListDomainsRequest.Builder
nextToken(String nextToken)
If the previous response was truncated, you will receive this token.ListDomainsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListDomainsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDomainsRequest.Builder maxResults(Integer maxResults)
This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available than the value specified, aNextToken
is provided in the response. TheNextToken
indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value forMaxResults
is 10.- Parameters:
maxResults
- This parameter defines the maximum number of results that can be return in a single response. TheMaxResults
parameter is an upper bound, not a target. If there are more results available than the value specified, aNextToken
is provided in the response. TheNextToken
indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value forMaxResults
is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-