public static interface PutSigningProfileRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<PutSigningProfileRequest.Builder,PutSigningProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
PutSigningProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutSigningProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 profile to be created.
|
PutSigningProfileRequest.Builder |
profileName(String profileName)
The name of the signing profile to be created.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutSigningProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.