public static interface PutSigningProfileRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<PutSigningProfileRequest.Builder,PutSigningProfileRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutSigningProfileRequest.Builder profileName(String profileName)
The name of the signing profile to be created.
profileName - The name of the signing profile to be created.PutSigningProfileRequest.Builder signingMaterial(SigningMaterial signingMaterial)
The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.
signingMaterial - The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.default PutSigningProfileRequest.Builder signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.
This is a convenience that creates an instance of theSigningMaterial.Builder avoiding the need to
create one manually via SigningMaterial.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to signingMaterial(SigningMaterial).signingMaterial - a consumer that will call methods on SigningMaterial.BuildersigningMaterial(SigningMaterial)PutSigningProfileRequest.Builder platformId(String platformId)
The ID of the signing profile to be created.
platformId - The ID of the signing profile to be created.PutSigningProfileRequest.Builder overrides(SigningPlatformOverrides overrides)
A subfield of platform. This specifies any different configuration options that you want to
apply to the chosen platform (such as a different hash-algorithm or
signing-algorithm).
overrides - A subfield of platform. This specifies any different configuration options that you want
to apply to the chosen platform (such as a different hash-algorithm or
signing-algorithm).default PutSigningProfileRequest.Builder overrides(Consumer<SigningPlatformOverrides.Builder> overrides)
A subfield of platform. This specifies any different configuration options that you want to
apply to the chosen platform (such as a different hash-algorithm or
signing-algorithm).
SigningPlatformOverrides.Builder avoiding the
need to create one manually via SigningPlatformOverrides.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to overrides(SigningPlatformOverrides).overrides - a consumer that will call methods on SigningPlatformOverrides.Builderoverrides(SigningPlatformOverrides)PutSigningProfileRequest.Builder signingParameters(Map<String,String> signingParameters)
Map of key-value pairs for signing. These can include any information that you want to use during signing.
signingParameters - Map of key-value pairs for signing. These can include any information that you want to use during
signing.PutSigningProfileRequest.Builder tags(Map<String,String> tags)
Tags to be associated with the signing profile being created.
tags - Tags to be associated with the signing profile being created.PutSigningProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutSigningProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.