Interface DisassociateApplicationsRequest.Builder

  • Method Details

    • applicationIdentifiers

      DisassociateApplicationsRequest.Builder applicationIdentifiers(Collection<String> applicationIdentifiers)

      A set of applications that you want to disassociate from the stream group.

      This value is a set of either Amazon Resource Names (ARN) or IDs that uniquely identify application resources. Format example: ARN- arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 or ID- a-9ZY8X7Wv6.

      Parameters:
      applicationIdentifiers - A set of applications that you want to disassociate from the stream group.

      This value is a set of either Amazon Resource Names (ARN) or IDs that uniquely identify application resources. Format example: ARN- arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 or ID- a-9ZY8X7Wv6.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationIdentifiers

      DisassociateApplicationsRequest.Builder applicationIdentifiers(String... applicationIdentifiers)

      A set of applications that you want to disassociate from the stream group.

      This value is a set of either Amazon Resource Names (ARN) or IDs that uniquely identify application resources. Format example: ARN- arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 or ID- a-9ZY8X7Wv6.

      Parameters:
      applicationIdentifiers - A set of applications that you want to disassociate from the stream group.

      This value is a set of either Amazon Resource Names (ARN) or IDs that uniquely identify application resources. Format example: ARN- arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 or ID- a-9ZY8X7Wv6.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifier

      A stream group to disassociate these applications from.

      This value is an Amazon Resource Name (ARN) or ID that uniquely identifies the stream group resource. Format example: ARN- arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 or ID- sg-1AB2C3De4.

      Parameters:
      identifier - A stream group to disassociate these applications from.

      This value is an Amazon Resource Name (ARN) or ID that uniquely identifies the stream group resource. Format example: ARN- arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 or ID- sg-1AB2C3De4.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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