Interface ListApplicationsRequest.Builder

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

public static interface ListApplicationsRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
  • Method Details

    • nextToken

      The token for the next set of application results.

      Parameters:
      nextToken - The token for the next set of application results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListApplicationsRequest.Builder maxResults(Integer maxResults)

      The maximum number of applications that can be listed.

      Parameters:
      maxResults - The maximum number of applications that can be listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

      Parameters:
      states - An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      ListApplicationsRequest.Builder statesWithStrings(String... states)

      An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

      Parameters:
      states - An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

      Parameters:
      states - An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

      Parameters:
      states - An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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