Interface GetAccountSettingResponse.Builder

    • Method Detail

      • name

        GetAccountSettingResponse.Builder name​(String name)

        Retrieves the name of the account setting.

        Parameters:
        name - Retrieves the name of the account setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        GetAccountSettingResponse.Builder value​(String value)

        The setting value for the setting name. The following are valid values for the basic scan type being used: AWS_NATIVE or CLAIR. The following are valid values for the registry policy scope being used: V1 or V2.

        Parameters:
        value - The setting value for the setting name. The following are valid values for the basic scan type being used: AWS_NATIVE or CLAIR. The following are valid values for the registry policy scope being used: V1 or V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.