Interface RegisterInstanceTagAttributeRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RegisterInstanceTagAttributeRequest.Builder,RegisterInstanceTagAttributeRequest>, SdkBuilder<RegisterInstanceTagAttributeRequest.Builder,RegisterInstanceTagAttributeRequest>, SdkPojo
Enclosing class:
RegisterInstanceTagAttributeRequest

public static interface RegisterInstanceTagAttributeRequest.Builder extends SdkPojo, CopyableBuilder<RegisterInstanceTagAttributeRequest.Builder,RegisterInstanceTagAttributeRequest>
  • Method Details

    • includeAllTagsOfInstance

      RegisterInstanceTagAttributeRequest.Builder includeAllTagsOfInstance(Boolean includeAllTagsOfInstance)

      Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.

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

      The tag keys to register.

      Parameters:
      instanceTagKeys - The tag keys to register.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceTagKeys

      RegisterInstanceTagAttributeRequest.Builder instanceTagKeys(String... instanceTagKeys)

      The tag keys to register.

      Parameters:
      instanceTagKeys - The tag keys to register.
      Returns:
      Returns a reference to this object so that method calls can be chained together.