Interface ListFlowDefinitionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>,SageMakerRequest.Builder,SdkBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFlowDefinitionsRequest
public static interface ListFlowDefinitionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFlowDefinitionsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.ListFlowDefinitionsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only flow definitions that were created before the specified timestamp.ListFlowDefinitionsRequest.BuildermaxResults(Integer maxResults)The total number of items to return.ListFlowDefinitionsRequest.BuildernextToken(String nextToken)A token to resume pagination.ListFlowDefinitionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFlowDefinitionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFlowDefinitionsRequest.BuildersortOrder(String sortOrder)An optional value that specifies whether you want the results sorted inAscendingorDescendingorder.ListFlowDefinitionsRequest.BuildersortOrder(SortOrder sortOrder)An optional value that specifies whether you want the results sorted inAscendingorDescendingorder.-
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
-
creationTimeAfter
ListFlowDefinitionsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
- Parameters:
creationTimeAfter- A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListFlowDefinitionsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only flow definitions that were created before the specified timestamp.
- Parameters:
creationTimeBefore- A filter that returns only flow definitions that were created before the specified timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
ListFlowDefinitionsRequest.Builder sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder.
-
sortOrder
ListFlowDefinitionsRequest.Builder sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder.
-
nextToken
ListFlowDefinitionsRequest.Builder nextToken(String nextToken)
A token to resume pagination.
- Parameters:
nextToken- A token to resume pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListFlowDefinitionsRequest.Builder maxResults(Integer maxResults)
The total number of items to return. If the total number of available items is more than the value specified in
MaxResults, then aNextTokenwill be provided in the output that you can use to resume pagination.- Parameters:
maxResults- The total number of items to return. If the total number of available items is more than the value specified inMaxResults, then aNextTokenwill be provided in the output that you can use to resume pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFlowDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFlowDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-