Interface TagResourceRequest.Builder

    • Method Detail

      • resourceArn

        TagResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) to which you want to add the tags. For example:

        arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) to which you want to add the tags. For example:

        arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger

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

        TagResourceRequest.Builder tags​(Map<String,​String> tags)

        The key-value pairs to add as tags to the specified QLDB resource. Tag keys are case sensitive. If you specify a key that already exists for the resource, your request fails and returns an error. Tag values are case sensitive and can be null.

        Parameters:
        tags - The key-value pairs to add as tags to the specified QLDB resource. Tag keys are case sensitive. If you specify a key that already exists for the resource, your request fails and returns an error. Tag values are case sensitive and can be null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.