Interface GetAccountSettingResponse.Builder

    • Method Detail

      • name

        GetAccountSettingResponse.Builder name​(String name)

        Retrieves the basic scan type version name.

        Parameters:
        name - Retrieves the basic scan type version name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        GetAccountSettingResponse.Builder value​(String value)

        Retrieves the value that specifies what basic scan type is being used: AWS_NATIVE or CLAIR.

        Parameters:
        value - Retrieves the value that specifies what basic scan type is being used: AWS_NATIVE or CLAIR.
        Returns:
        Returns a reference to this object so that method calls can be chained together.