Interface ListStudioComponentsRequest.Builder

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

public static interface ListStudioComponentsRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListStudioComponentsRequest.Builder,ListStudioComponentsRequest>
  • Method Details

    • maxResults

      The max number of results to return in the response.

      Parameters:
      maxResults - The max number of results to return in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token for the next set of results, or null if there are no more results.

      Parameters:
      nextToken - The token for the next set of results, or null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      Filters the request to studio components that are in one of the given states.

      Parameters:
      states - Filters the request to studio components that are in one of the given states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      ListStudioComponentsRequest.Builder statesWithStrings(String... states)

      Filters the request to studio components that are in one of the given states.

      Parameters:
      states - Filters the request to studio components that are in one of the given states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      Filters the request to studio components that are in one of the given states.

      Parameters:
      states - Filters the request to studio components that are in one of the given states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      Filters the request to studio components that are in one of the given states.

      Parameters:
      states - Filters the request to studio components that are in one of the given states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • studioId

      The studio ID.

      Parameters:
      studioId - The studio ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typesWithStrings

      Filters the request to studio components that are of one of the given types.

      Parameters:
      types - Filters the request to studio components that are of one of the given types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typesWithStrings

      ListStudioComponentsRequest.Builder typesWithStrings(String... types)

      Filters the request to studio components that are of one of the given types.

      Parameters:
      types - Filters the request to studio components that are of one of the given types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • types

      Filters the request to studio components that are of one of the given types.

      Parameters:
      types - Filters the request to studio components that are of one of the given types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • types

      Filters the request to studio components that are of one of the given types.

      Parameters:
      types - Filters the request to studio components that are of one of the given types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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