Interface DeregisterInstanceTagAttributeRequest.Builder

    • Method Detail

      • includeAllTagsOfInstance

        DeregisterInstanceTagAttributeRequest.Builder includeAllTagsOfInstance​(Boolean includeAllTagsOfInstance)

        Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.

        Parameters:
        includeAllTagsOfInstance - Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceTagKeys

        DeregisterInstanceTagAttributeRequest.Builder instanceTagKeys​(Collection<String> instanceTagKeys)

        Information about the tag keys to deregister.

        Parameters:
        instanceTagKeys - Information about the tag keys to deregister.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceTagKeys

        DeregisterInstanceTagAttributeRequest.Builder instanceTagKeys​(String... instanceTagKeys)

        Information about the tag keys to deregister.

        Parameters:
        instanceTagKeys - Information about the tag keys to deregister.
        Returns:
        Returns a reference to this object so that method calls can be chained together.