Interface ListHubContentsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListHubContentsRequest.Builder,ListHubContentsRequest>, SageMakerRequest.Builder, SdkBuilder<ListHubContentsRequest.Builder,ListHubContentsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListHubContentsRequest

public static interface ListHubContentsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListHubContentsRequest.Builder,ListHubContentsRequest>
  • Method Details

    • hubName

      The name of the hub to list the contents of.

      Parameters:
      hubName - The name of the hub to list the contents of.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentType

      ListHubContentsRequest.Builder hubContentType(String hubContentType)

      The type of hub content to list.

      Parameters:
      hubContentType - The type of hub content to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hubContentType

      ListHubContentsRequest.Builder hubContentType(HubContentType hubContentType)

      The type of hub content to list.

      Parameters:
      hubContentType - The type of hub content to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nameContains

      ListHubContentsRequest.Builder nameContains(String nameContains)

      Only list hub content if the name contains the specified string.

      Parameters:
      nameContains - Only list hub content if the name contains the specified string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxSchemaVersion

      ListHubContentsRequest.Builder maxSchemaVersion(String maxSchemaVersion)

      The upper bound of the hub content schema verion.

      Parameters:
      maxSchemaVersion - The upper bound of the hub content schema verion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeBefore

      ListHubContentsRequest.Builder creationTimeBefore(Instant creationTimeBefore)

      Only list hub content that was created before the time specified.

      Parameters:
      creationTimeBefore - Only list hub content that was created before the time specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeAfter

      ListHubContentsRequest.Builder creationTimeAfter(Instant creationTimeAfter)

      Only list hub content that was created after the time specified.

      Parameters:
      creationTimeAfter - Only list hub content that was created after the time specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      Sort hub content versions by either name or creation time.

      Parameters:
      sortBy - Sort hub content versions by either name or creation time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      Sort hub content versions by either name or creation time.

      Parameters:
      sortBy - Sort hub content versions by either name or creation time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      ListHubContentsRequest.Builder sortOrder(String sortOrder)

      Sort hubs by ascending or descending order.

      Parameters:
      sortOrder - Sort hubs by ascending or descending order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      Sort hubs by ascending or descending order.

      Parameters:
      sortOrder - Sort hubs by ascending or descending order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      ListHubContentsRequest.Builder maxResults(Integer maxResults)

      The maximum amount of hub content to list.

      Parameters:
      maxResults - The maximum amount of hub content to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListHubContentsRequest.Builder nextToken(String nextToken)

      If the response to a previous ListHubContents request was truncated, the response includes a NextToken. To retrieve the next set of hub content, use the token in the next request.

      Parameters:
      nextToken - If the response to a previous ListHubContents request was truncated, the response includes a NextToken. To retrieve the next set of hub content, use the token in the next request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListHubContentsRequest.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.