Interface EncryptionAlgorithmOptions.Builder

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

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

    • allowedValuesWithStrings

      EncryptionAlgorithmOptions.Builder allowedValuesWithStrings(Collection<String> allowedValues)

      The set of accepted encryption algorithms that are allowed in a code-signing job.

      Parameters:
      allowedValues - The set of accepted encryption algorithms that are allowed in a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedValuesWithStrings

      EncryptionAlgorithmOptions.Builder allowedValuesWithStrings(String... allowedValues)

      The set of accepted encryption algorithms that are allowed in a code-signing job.

      Parameters:
      allowedValues - The set of accepted encryption algorithms that are allowed in a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedValues

      The set of accepted encryption algorithms that are allowed in a code-signing job.

      Parameters:
      allowedValues - The set of accepted encryption algorithms that are allowed in a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedValues

      The set of accepted encryption algorithms that are allowed in a code-signing job.

      Parameters:
      allowedValues - The set of accepted encryption algorithms that are allowed in a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValue

      EncryptionAlgorithmOptions.Builder defaultValue(String defaultValue)

      The default encryption algorithm that is used by a code-signing job.

      Parameters:
      defaultValue - The default encryption algorithm that is used by a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultValue

      The default encryption algorithm that is used by a code-signing job.

      Parameters:
      defaultValue - The default encryption algorithm that is used by a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: