Interface DeleteLaunchProfileMemberRequest.Builder

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

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

    • clientToken

      Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

      Parameters:
      clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • launchProfileId

      DeleteLaunchProfileMemberRequest.Builder launchProfileId(String launchProfileId)

      The ID of the launch profile used to control access from the streaming session.

      Parameters:
      launchProfileId - The ID of the launch profile used to control access from the streaming session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • 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

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