Interface StartTagSyncTaskRequest.Builder

    • Method Detail

      • group

        StartTagSyncTaskRequest.Builder group​(String group)

        The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.

        Parameters:
        group - The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKey

        StartTagSyncTaskRequest.Builder tagKey​(String tagKey)

        The tag key. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.

        Parameters:
        tagKey - The tag key. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValue

        StartTagSyncTaskRequest.Builder tagValue​(String tagValue)

        The tag value. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.

        Parameters:
        tagValue - The tag value. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        StartTagSyncTaskRequest.Builder roleArn​(String roleArn)

        The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.

        Parameters:
        roleArn - The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.
        Returns:
        Returns a reference to this object so that method calls can be chained together.