Interface ListLaunchProfilesRequest.Builder

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

public static interface ListLaunchProfilesRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchProfilesRequest.Builder,ListLaunchProfilesRequest>
  • 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.
    • principalId

      ListLaunchProfilesRequest.Builder principalId(String principalId)

      The principal ID. This currently supports a IAM Identity Center UserId.

      Parameters:
      principalId - The principal ID. This currently supports a IAM Identity Center UserId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      Filter this request to launch profiles in any of the given states.

      Parameters:
      states - Filter this request to launch profiles in any of the given states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      ListLaunchProfilesRequest.Builder statesWithStrings(String... states)

      Filter this request to launch profiles in any of the given states.

      Parameters:
      states - Filter this request to launch profiles in any of the given states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      Filter this request to launch profiles in any of the given states.

      Parameters:
      states - Filter this request to launch profiles in any of the given states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      Filter this request to launch profiles in any of the given states.

      Parameters:
      states - Filter this request to launch profiles in any 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.
    • overrideConfiguration

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