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.
|
build
overrideConfiguration
copy
applyMutation, build
PutSigningProfileRequest.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.Builder
signingMaterial(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.Builder
overrides(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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutSigningProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.