public static interface ListAssociationsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsRequest.Builder |
associationType(AssociationEdgeType associationType)
A filter that returns only associations of the specified type.
|
ListAssociationsRequest.Builder |
associationType(String associationType)
A filter that returns only associations of the specified type.
|
ListAssociationsRequest.Builder |
createdAfter(Instant createdAfter)
A filter that returns only associations created on or after the specified time.
|
ListAssociationsRequest.Builder |
createdBefore(Instant createdBefore)
A filter that returns only associations created on or before the specified time.
|
ListAssociationsRequest.Builder |
destinationArn(String destinationArn)
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
|
ListAssociationsRequest.Builder |
destinationType(String destinationType)
A filter that returns only associations with the specified destination type.
|
ListAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of associations to return in the response.
|
ListAssociationsRequest.Builder |
nextToken(String nextToken)
If the previous call to
ListAssociations didn't return the full set of associations, the call
returns a token for getting the next set of associations. |
ListAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssociationsRequest.Builder |
sortBy(SortAssociationsBy sortBy)
The property used to sort results.
|
ListAssociationsRequest.Builder |
sortBy(String sortBy)
The property used to sort results.
|
ListAssociationsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order.
|
ListAssociationsRequest.Builder |
sortOrder(String sortOrder)
The sort order.
|
ListAssociationsRequest.Builder |
sourceArn(String sourceArn)
A filter that returns only associations with the specified source ARN.
|
ListAssociationsRequest.Builder |
sourceType(String sourceType)
A filter that returns only associations with the specified source type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociationsRequest.Builder sourceArn(String sourceArn)
A filter that returns only associations with the specified source ARN.
sourceArn - A filter that returns only associations with the specified source ARN.ListAssociationsRequest.Builder destinationArn(String destinationArn)
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
destinationArn - A filter that returns only associations with the specified destination Amazon Resource Name (ARN).ListAssociationsRequest.Builder sourceType(String sourceType)
A filter that returns only associations with the specified source type.
sourceType - A filter that returns only associations with the specified source type.ListAssociationsRequest.Builder destinationType(String destinationType)
A filter that returns only associations with the specified destination type.
destinationType - A filter that returns only associations with the specified destination type.ListAssociationsRequest.Builder associationType(String associationType)
A filter that returns only associations of the specified type.
associationType - A filter that returns only associations of the specified type.AssociationEdgeType,
AssociationEdgeTypeListAssociationsRequest.Builder associationType(AssociationEdgeType associationType)
A filter that returns only associations of the specified type.
associationType - A filter that returns only associations of the specified type.AssociationEdgeType,
AssociationEdgeTypeListAssociationsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns only associations created on or after the specified time.
createdAfter - A filter that returns only associations created on or after the specified time.ListAssociationsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns only associations created on or before the specified time.
createdBefore - A filter that returns only associations created on or before the specified time.ListAssociationsRequest.Builder sortBy(String sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.SortAssociationsBy,
SortAssociationsByListAssociationsRequest.Builder sortBy(SortAssociationsBy sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.SortAssociationsBy,
SortAssociationsByListAssociationsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending.
ListAssociationsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
ListAssociationsRequest.Builder nextToken(String nextToken)
If the previous call to ListAssociations didn't return the full set of associations, the call
returns a token for getting the next set of associations.
nextToken - If the previous call to ListAssociations didn't return the full set of associations, the
call returns a token for getting the next set of associations.ListAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of associations to return in the response. The default value is 10.
maxResults - The maximum number of associations to return in the response. The default value is 10.ListAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.