Interface SigningMaterial.Builder

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

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

    • certificateArn

      SigningMaterial.Builder certificateArn(String certificateArn)

      The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.