Interface ListPartnerAppsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPartnerAppsResponse.Builder,
,ListPartnerAppsResponse> SageMakerResponse.Builder
,SdkBuilder<ListPartnerAppsResponse.Builder,
,ListPartnerAppsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPartnerAppsResponse
@Mutable
@NotThreadSafe
public static interface ListPartnerAppsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListPartnerAppsResponse.Builder,ListPartnerAppsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the previous response was truncated, you will receive this token.summaries
(Collection<PartnerAppSummary> summaries) The information related to each of the SageMaker Partner AI Apps in an account.summaries
(Consumer<PartnerAppSummary.Builder>... summaries) The information related to each of the SageMaker Partner AI Apps in an account.summaries
(PartnerAppSummary... summaries) The information related to each of the SageMaker Partner AI Apps in an account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
summaries
The information related to each of the SageMaker Partner AI Apps in an account.
- Parameters:
summaries
- The information related to each of the SageMaker Partner AI Apps in an account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
The information related to each of the SageMaker Partner AI Apps in an account.
- Parameters:
summaries
- The information related to each of the SageMaker Partner AI Apps in an account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
The information related to each of the SageMaker Partner AI Apps in an account.
This is a convenience method that creates an instance of thePartnerAppSummary.Builder
avoiding the need to create one manually viaPartnerAppSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummaries(List<PartnerAppSummary>)
.- Parameters:
summaries
- a consumer that will call methods onPartnerAppSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-