Interface ListAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>,SageMakerRequest.Builder,SdkBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssociationsRequest
public static interface ListAssociationsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociationsRequest.BuilderassociationType(String associationType)A filter that returns only associations of the specified type.ListAssociationsRequest.BuilderassociationType(AssociationEdgeType associationType)A filter that returns only associations of the specified type.ListAssociationsRequest.BuildercreatedAfter(Instant createdAfter)A filter that returns only associations created on or after the specified time.ListAssociationsRequest.BuildercreatedBefore(Instant createdBefore)A filter that returns only associations created on or before the specified time.ListAssociationsRequest.BuilderdestinationArn(String destinationArn)A filter that returns only associations with the specified destination Amazon Resource Name (ARN).ListAssociationsRequest.BuilderdestinationType(String destinationType)A filter that returns only associations with the specified destination type.ListAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of associations to return in the response.ListAssociationsRequest.BuildernextToken(String nextToken)If the previous call toListAssociationsdidn't return the full set of associations, the call returns a token for getting the next set of associations.ListAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssociationsRequest.BuildersortBy(String sortBy)The property used to sort results.ListAssociationsRequest.BuildersortBy(SortAssociationsBy sortBy)The property used to sort results.ListAssociationsRequest.BuildersortOrder(String sortOrder)The sort order.ListAssociationsRequest.BuildersortOrder(SortOrder sortOrder)The sort order.ListAssociationsRequest.BuildersourceArn(String sourceArn)A filter that returns only associations with the specified source ARN.ListAssociationsRequest.BuildersourceType(String sourceType)A filter that returns only associations with the specified source type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceArn
ListAssociationsRequest.Builder sourceArn(String sourceArn)
A filter that returns only associations with the specified source ARN.
- Parameters:
sourceArn- A filter that returns only associations with the specified source ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationArn
ListAssociationsRequest.Builder destinationArn(String destinationArn)
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
- Parameters:
destinationArn- A filter that returns only associations with the specified destination Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
ListAssociationsRequest.Builder sourceType(String sourceType)
A filter that returns only associations with the specified source type.
- Parameters:
sourceType- A filter that returns only associations with the specified source type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationType
ListAssociationsRequest.Builder destinationType(String destinationType)
A filter that returns only associations with the specified destination type.
- Parameters:
destinationType- A filter that returns only associations with the specified destination type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationType
ListAssociationsRequest.Builder associationType(String associationType)
A filter that returns only associations of the specified type.
- Parameters:
associationType- A filter that returns only associations of the specified type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationEdgeType,AssociationEdgeType
-
associationType
ListAssociationsRequest.Builder associationType(AssociationEdgeType associationType)
A filter that returns only associations of the specified type.
- Parameters:
associationType- A filter that returns only associations of the specified type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationEdgeType,AssociationEdgeType
-
createdAfter
ListAssociationsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns only associations created on or after the specified time.
- Parameters:
createdAfter- A filter that returns only associations created on or after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
ListAssociationsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns only associations created on or before the specified time.
- Parameters:
createdBefore- A filter that returns only associations created on or before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListAssociationsRequest.Builder sortBy(String sortBy)
The property used to sort results. The default value is
CreationTime.- Parameters:
sortBy- The property used to sort results. The default value isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortAssociationsBy,SortAssociationsBy
-
sortBy
ListAssociationsRequest.Builder sortBy(SortAssociationsBy sortBy)
The property used to sort results. The default value is
CreationTime.- Parameters:
sortBy- The property used to sort results. The default value isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortAssociationsBy,SortAssociationsBy
-
sortOrder
ListAssociationsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is
Descending.
-
sortOrder
ListAssociationsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is
Descending.
-
nextToken
ListAssociationsRequest.Builder nextToken(String nextToken)
If the previous call to
ListAssociationsdidn't return the full set of associations, the call returns a token for getting the next set of associations.- Parameters:
nextToken- If the previous call toListAssociationsdidn't return the full set of associations, the call returns a token for getting the next set of associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of associations to return in the response. The default value is 10.
- Parameters:
maxResults- The maximum number of associations to return in the response. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-