public static interface PutSigningProfileRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<PutSigningProfileRequest.Builder,PutSigningProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
PutSigningProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutSigningProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default PutSigningProfileRequest.Builder |
overrides(Consumer<SigningPlatformOverrides.Builder> overrides)
A subfield of
platform. |
PutSigningProfileRequest.Builder |
overrides(SigningPlatformOverrides overrides)
A subfield of
platform. |
PutSigningProfileRequest.Builder |
platformId(String platformId)
The ID of the signing platform to be created.
|
PutSigningProfileRequest.Builder |
profileName(String profileName)
The name of the signing profile to be created.
|
default PutSigningProfileRequest.Builder |
signatureValidityPeriod(Consumer<SignatureValidityPeriod.Builder> signatureValidityPeriod)
The default validity period override for any signature generated using this signing profile.
|
PutSigningProfileRequest.Builder |
signatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod)
The default validity period override for any signature generated using this 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.
|
PutSigningProfileRequest.Builder |
signingMaterial(SigningMaterial signingMaterial)
The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.
|
PutSigningProfileRequest.Builder |
signingParameters(Map<String,String> signingParameters)
Map of key-value pairs for signing.
|
PutSigningProfileRequest.Builder |
tags(Map<String,String> tags)
Tags to be associated with the signing profile that is being created.
|
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 signatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod)
The default validity period override for any signature generated using this signing profile. If unspecified, the default is 135 months.
signatureValidityPeriod - The default validity period override for any signature generated using this signing profile. If
unspecified, the default is 135 months.default PutSigningProfileRequest.Builder signatureValidityPeriod(Consumer<SignatureValidityPeriod.Builder> signatureValidityPeriod)
The default validity period override for any signature generated using this signing profile. If unspecified, the default is 135 months.
This is a convenience that creates an instance of theSignatureValidityPeriod.Builder avoiding the
need to create one manually via SignatureValidityPeriod.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to signatureValidityPeriod(SignatureValidityPeriod).signatureValidityPeriod - a consumer that will call methods on SignatureValidityPeriod.BuildersignatureValidityPeriod(SignatureValidityPeriod)PutSigningProfileRequest.Builder platformId(String platformId)
The ID of the signing platform to be created.
platformId - The ID of the signing platform 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 that is being created.
tags - Tags to be associated with the signing profile that is 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.