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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SigningMaterial.BuildercertificateArn(String certificateArn)The Amazon Resource Name (ARN) of the certificates that is used to sign your code.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-