Interface StartTagSyncTaskResponse.Builder

    • Method Detail

      • groupArn

        StartTagSyncTaskResponse.Builder groupArn​(String groupArn)

        The Amazon resource name (ARN) of the application group for which you want to add or remove resources.

        Parameters:
        groupArn - The Amazon resource name (ARN) of the application group for which you want to add or remove resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupName

        StartTagSyncTaskResponse.Builder groupName​(String groupName)

        The name of the application group to onboard and sync resources.

        Parameters:
        groupName - The name of the application group to onboard and sync resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskArn

        StartTagSyncTaskResponse.Builder taskArn​(String taskArn)

        The Amazon resource name (ARN) of the new tag-sync task.

        Parameters:
        taskArn - The Amazon resource name (ARN) of the new tag-sync task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKey

        StartTagSyncTaskResponse.Builder tagKey​(String tagKey)

        The tag key of the tag-sync task.

        Parameters:
        tagKey - The tag key of the tag-sync task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValue

        StartTagSyncTaskResponse.Builder tagValue​(String tagValue)

        The tag value of the tag-sync task.

        Parameters:
        tagValue - The tag value of the tag-sync task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

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