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 Details

    • 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

      An optional value that specifies whether you want the results sorted in Ascending or Descending order.

      Parameters:
      sortOrder - An optional value that specifies whether you want the results sorted in Ascending or Descending order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      An optional value that specifies whether you want the results sorted in Ascending or Descending order.

      Parameters:
      sortOrder - An optional value that specifies whether you want the results sorted in Ascending or Descending order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will 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 in MaxResults, then a NextToken will 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.