Interface ListPartnerAppsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<ListPartnerAppsRequest.Builder,,ListPartnerAppsRequest> SageMakerRequest.Builder,SdkBuilder<ListPartnerAppsRequest.Builder,,ListPartnerAppsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListPartnerAppsRequest
public static interface ListPartnerAppsRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPartnerAppsRequest.Builder,ListPartnerAppsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) This parameter defines the maximum number of results that can be returned in a single response.If the previous response was truncated, you will receive this token.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
maxResults
This parameter defines the maximum number of results that can be returned in a single response. The
MaxResultsparameter is an upper bound, not a target. If there are more results available than the value specified, aNextTokenis provided in the response. TheNextTokenindicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value forMaxResultsis 10.- Parameters:
 maxResults- This parameter defines the maximum number of results that can be returned in a single response. TheMaxResultsparameter is an upper bound, not a target. If there are more results available than the value specified, aNextTokenis provided in the response. TheNextTokenindicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value forMaxResultsis 10.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 - 
overrideConfiguration
ListPartnerAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ListPartnerAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -