Interface ListPartnerAppsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPartnerAppsResponse.Builder,ListPartnerAppsResponse>,SageMakerResponse.Builder,SdkBuilder<ListPartnerAppsResponse.Builder,ListPartnerAppsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPartnerAppsResponse
public static interface ListPartnerAppsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListPartnerAppsResponse.Builder,ListPartnerAppsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPartnerAppsResponse.BuildernextToken(String nextToken)If the previous response was truncated, you will receive this token.ListPartnerAppsResponse.Buildersummaries(Collection<PartnerAppSummary> summaries)The information related to each of the SageMaker Partner AI Apps in an account.ListPartnerAppsResponse.Buildersummaries(Consumer<PartnerAppSummary.Builder>... summaries)The information related to each of the SageMaker Partner AI Apps in an account.ListPartnerAppsResponse.Buildersummaries(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 Detail
-
summaries
ListPartnerAppsResponse.Builder summaries(Collection<PartnerAppSummary> 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
ListPartnerAppsResponse.Builder summaries(PartnerAppSummary... 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
ListPartnerAppsResponse.Builder summaries(Consumer<PartnerAppSummary.Builder>... 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.Builderavoiding the need to create one manually viaPartnerAppSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#summaries(List.) - 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:
#summaries(java.util.Collection)
-
nextToken
ListPartnerAppsResponse.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.
-
-