Interface ImageUsageResourceTypeOptionRequest.Builder

    • Method Detail

      • optionName

        ImageUsageResourceTypeOptionRequest.Builder optionName​(String optionName)

        The name of the option.

        Valid value: version-depth - The number of launch template versions to check.

        Parameters:
        optionName - The name of the option.

        Valid value: version-depth - The number of launch template versions to check.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionValues

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

        A value for the specified option.

        Valid values: Integers between 1 and 10000

        Default: 20

        Parameters:
        optionValues - A value for the specified option.

        Valid values: Integers between 1 and 10000

        Default: 20

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionValues

        ImageUsageResourceTypeOptionRequest.Builder optionValues​(String... optionValues)

        A value for the specified option.

        Valid values: Integers between 1 and 10000

        Default: 20

        Parameters:
        optionValues - A value for the specified option.

        Valid values: Integers between 1 and 10000

        Default: 20

        Returns:
        Returns a reference to this object so that method calls can be chained together.