Interface ImageUsageResourceTypeOption.Builder

    • Method Detail

      • optionName

        ImageUsageResourceTypeOption.Builder optionName​(String optionName)

        The name of the option.

        Parameters:
        optionName - The name of the option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionValues

        ImageUsageResourceTypeOption.Builder optionValues​(Collection<String> optionValues)

        The number of launch template versions to check.

        Parameters:
        optionValues - The number of launch template versions to check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionValues

        ImageUsageResourceTypeOption.Builder optionValues​(String... optionValues)

        The number of launch template versions to check.

        Parameters:
        optionValues - The number of launch template versions to check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.