Interface ListTagsRequest.Builder

    • Method Detail

      • resourceIdList

        ListTagsRequest.Builder resourceIdList​(Collection<String> resourceIdList)

        Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.

        Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

        Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

        Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

        Parameters:
        resourceIdList - Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.

        Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

        Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

        Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

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

        ListTagsRequest.Builder resourceIdList​(String... resourceIdList)

        Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.

        Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

        Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

        Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

        Parameters:
        resourceIdList - Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.

        Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

        Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

        Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

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

        ListTagsRequest.Builder nextToken​(String nextToken)

        Reserved for future use.

        Parameters:
        nextToken - Reserved for future use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.