public static interface SigningPlatform.Builder extends SdkPojo, CopyableBuilder<SigningPlatform.Builder,SigningPlatform>
Modifier and Type | Method and Description |
---|---|
SigningPlatform.Builder |
category(Category category)
The category of an AWS Signer platform.
|
SigningPlatform.Builder |
category(String category)
The category of an AWS Signer platform.
|
SigningPlatform.Builder |
displayName(String displayName)
The display name of an AWS Signer platform.
|
SigningPlatform.Builder |
maxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
|
SigningPlatform.Builder |
partner(String partner)
Any partner entities linked to an AWS Signer platform.
|
SigningPlatform.Builder |
platformId(String platformId)
The ID of an AWS Signer platform.
|
default SigningPlatform.Builder |
signingConfiguration(Consumer<SigningConfiguration.Builder> signingConfiguration)
The configuration of an AWS Signer platform.
|
SigningPlatform.Builder |
signingConfiguration(SigningConfiguration signingConfiguration)
The configuration of an AWS Signer platform.
|
default SigningPlatform.Builder |
signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
The signing image format that is used by an AWS Signer platform.
|
SigningPlatform.Builder |
signingImageFormat(SigningImageFormat signingImageFormat)
The signing image format that is used by an AWS Signer platform.
|
SigningPlatform.Builder |
target(String target)
The types of targets that can be signed by an AWS Signer platform.
|
copy
applyMutation, build
SigningPlatform.Builder platformId(String platformId)
The ID of an AWS Signer platform.
platformId
- The ID of an AWS Signer platform.SigningPlatform.Builder displayName(String displayName)
The display name of an AWS Signer platform.
displayName
- The display name of an AWS Signer platform.SigningPlatform.Builder partner(String partner)
Any partner entities linked to an AWS Signer platform.
partner
- Any partner entities linked to an AWS Signer platform.SigningPlatform.Builder target(String target)
The types of targets that can be signed by an AWS Signer platform.
target
- The types of targets that can be signed by an AWS Signer platform.SigningPlatform.Builder category(String category)
The category of an AWS Signer platform.
SigningPlatform.Builder category(Category category)
The category of an AWS Signer platform.
SigningPlatform.Builder signingConfiguration(SigningConfiguration signingConfiguration)
The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingConfiguration
- The configuration of an AWS Signer platform. This includes the designated hash algorithm and
encryption algorithm of a signing platform.default SigningPlatform.Builder signingConfiguration(Consumer<SigningConfiguration.Builder> signingConfiguration)
The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
This is a convenience that creates an instance of theSigningConfiguration.Builder
avoiding the need
to create one manually via SigningConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to signingConfiguration(SigningConfiguration)
.signingConfiguration
- a consumer that will call methods on SigningConfiguration.Builder
signingConfiguration(SigningConfiguration)
SigningPlatform.Builder signingImageFormat(SigningImageFormat signingImageFormat)
The signing image format that is used by an AWS Signer platform.
signingImageFormat
- The signing image format that is used by an AWS Signer platform.default SigningPlatform.Builder signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
The signing image format that is used by an AWS Signer platform.
This is a convenience that creates an instance of theSigningImageFormat.Builder
avoiding the need to
create one manually via SigningImageFormat.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to signingImageFormat(SigningImageFormat)
.signingImageFormat
- a consumer that will call methods on SigningImageFormat.Builder
signingImageFormat(SigningImageFormat)
SigningPlatform.Builder maxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
maxSizeInMB
- The maximum size (in MB) of code that can be signed by a AWS Signer platform.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.