public static interface GetSigningPlatformResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<GetSigningPlatformResponse.Builder,GetSigningPlatformResponse>
Modifier and Type | Method and Description |
---|---|
GetSigningPlatformResponse.Builder |
category(Category category)
The category type of the target signing platform.
|
GetSigningPlatformResponse.Builder |
category(String category)
The category type of the target signing platform.
|
GetSigningPlatformResponse.Builder |
displayName(String displayName)
The display name of the target signing platform.
|
GetSigningPlatformResponse.Builder |
maxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of the payload that can be signed by the target platform.
|
GetSigningPlatformResponse.Builder |
partner(String partner)
A list of partner entities that use the target signing platform.
|
GetSigningPlatformResponse.Builder |
platformId(String platformId)
The ID of the target signing platform.
|
default GetSigningPlatformResponse.Builder |
signingConfiguration(Consumer<SigningConfiguration.Builder> signingConfiguration)
A list of configurations applied to the target platform at signing.
|
GetSigningPlatformResponse.Builder |
signingConfiguration(SigningConfiguration signingConfiguration)
A list of configurations applied to the target platform at signing.
|
default GetSigningPlatformResponse.Builder |
signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
The format of the target platform's signing image.
|
GetSigningPlatformResponse.Builder |
signingImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
|
GetSigningPlatformResponse.Builder |
target(String target)
The validation template that is used by the target signing platform.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetSigningPlatformResponse.Builder platformId(String platformId)
The ID of the target signing platform.
platformId
- The ID of the target signing platform.GetSigningPlatformResponse.Builder displayName(String displayName)
The display name of the target signing platform.
displayName
- The display name of the target signing platform.GetSigningPlatformResponse.Builder partner(String partner)
A list of partner entities that use the target signing platform.
partner
- A list of partner entities that use the target signing platform.GetSigningPlatformResponse.Builder target(String target)
The validation template that is used by the target signing platform.
target
- The validation template that is used by the target signing platform.GetSigningPlatformResponse.Builder category(String category)
The category type of the target signing platform.
GetSigningPlatformResponse.Builder category(Category category)
The category type of the target signing platform.
GetSigningPlatformResponse.Builder signingConfiguration(SigningConfiguration signingConfiguration)
A list of configurations applied to the target platform at signing.
signingConfiguration
- A list of configurations applied to the target platform at signing.default GetSigningPlatformResponse.Builder signingConfiguration(Consumer<SigningConfiguration.Builder> signingConfiguration)
A list of configurations applied to the target platform at signing.
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)
GetSigningPlatformResponse.Builder signingImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
signingImageFormat
- The format of the target platform's signing image.default GetSigningPlatformResponse.Builder signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
The format of the target platform's signing image.
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)
GetSigningPlatformResponse.Builder maxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of the payload that can be signed by the target platform.
maxSizeInMB
- The maximum size (in MB) of the payload that can be signed by the target platform.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.