Interface SigningMaterial.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SigningMaterial.Builder,,SigningMaterial> SdkBuilder<SigningMaterial.Builder,,SigningMaterial> SdkPojo
- Enclosing class:
SigningMaterial
@Mutable
@NotThreadSafe
public static interface SigningMaterial.Builder
extends SdkPojo, CopyableBuilder<SigningMaterial.Builder,SigningMaterial>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-