Interface ListAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>,SageMakerResponse.Builder,SdkBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssociationsResponse
public static interface ListAssociationsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociationsResponse.BuilderassociationSummaries(Collection<AssociationSummary> associationSummaries)A list of associations and their properties.ListAssociationsResponse.BuilderassociationSummaries(Consumer<AssociationSummary.Builder>... associationSummaries)A list of associations and their properties.ListAssociationsResponse.BuilderassociationSummaries(AssociationSummary... associationSummaries)A list of associations and their properties.ListAssociationsResponse.BuildernextToken(String nextToken)A token for getting the next set of associations, if there are any.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
associationSummaries
ListAssociationsResponse.Builder associationSummaries(Collection<AssociationSummary> associationSummaries)
A list of associations and their properties.
- Parameters:
associationSummaries- A list of associations and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationSummaries
ListAssociationsResponse.Builder associationSummaries(AssociationSummary... associationSummaries)
A list of associations and their properties.
- Parameters:
associationSummaries- A list of associations and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationSummaries
ListAssociationsResponse.Builder associationSummaries(Consumer<AssociationSummary.Builder>... associationSummaries)
A list of associations and their properties.
This is a convenience method that creates an instance of theAssociationSummary.Builderavoiding the need to create one manually viaAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#associationSummaries(List.) - Parameters:
associationSummaries- a consumer that will call methods onAssociationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#associationSummaries(java.util.Collection)
-
nextToken
ListAssociationsResponse.Builder nextToken(String nextToken)
A token for getting the next set of associations, if there are any.
- Parameters:
nextToken- A token for getting the next set of associations, if there are any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-