Interface ListAppsRequest.Builder

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

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

    • nextToken

      ListAppsRequest.Builder nextToken(String nextToken)

      If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

      Parameters:
      nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListAppsRequest.Builder maxResults(Integer maxResults)

      The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

      Parameters:
      maxResults - The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortOrder

      ListAppsRequest.Builder sortOrder(String sortOrder)

      The sort order for the results. The default is Ascending.

      Parameters:
      sortOrder - The sort order for the results. The default is Ascending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      ListAppsRequest.Builder sortOrder(SortOrder sortOrder)

      The sort order for the results. The default is Ascending.

      Parameters:
      sortOrder - The sort order for the results. The default is Ascending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The parameter by which to sort the results. The default is CreationTime.

      Parameters:
      sortBy - The parameter by which to sort the results. The default is CreationTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The parameter by which to sort the results. The default is CreationTime.

      Parameters:
      sortBy - The parameter by which to sort the results. The default is CreationTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • domainIdEquals

      ListAppsRequest.Builder domainIdEquals(String domainIdEquals)

      A parameter to search for the domain ID.

      Parameters:
      domainIdEquals - A parameter to search for the domain ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userProfileNameEquals

      ListAppsRequest.Builder userProfileNameEquals(String userProfileNameEquals)

      A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot be set.

      Parameters:
      userProfileNameEquals - A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot be set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spaceNameEquals

      ListAppsRequest.Builder spaceNameEquals(String spaceNameEquals)

      A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.

      Parameters:
      spaceNameEquals - A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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