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 a code signing platform.
|
SigningPlatform.Builder |
category(String category)
The category of a code signing platform.
|
SigningPlatform.Builder |
displayName(String displayName)
The display name of a code signing platform.
|
SigningPlatform.Builder |
maxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
|
SigningPlatform.Builder |
partner(String partner)
Any partner entities linked to a code signing platform.
|
SigningPlatform.Builder |
platformId(String platformId)
The ID of a code signing; platform.
|
SigningPlatform.Builder |
revocationSupported(Boolean revocationSupported)
Indicates whether revocation is supported for the platform.
|
default SigningPlatform.Builder |
signingConfiguration(Consumer<SigningConfiguration.Builder> signingConfiguration)
The configuration of a code signing platform.
|
SigningPlatform.Builder |
signingConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform.
|
default SigningPlatform.Builder |
signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
Sets the value of the SigningImageFormat property for this object.
|
SigningPlatform.Builder |
signingImageFormat(SigningImageFormat signingImageFormat)
Sets the value of the SigningImageFormat property for this object.
|
SigningPlatform.Builder |
target(String target)
The types of targets that can be signed by a code signing platform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigningPlatform.Builder platformId(String platformId)
The ID of a code signing; platform.
platformId - The ID of a code signing; platform.SigningPlatform.Builder displayName(String displayName)
The display name of a code signing platform.
displayName - The display name of a code signing platform.SigningPlatform.Builder partner(String partner)
Any partner entities linked to a code signing platform.
partner - Any partner entities linked to a code signing platform.SigningPlatform.Builder target(String target)
The types of targets that can be signed by a code signing platform.
target - The types of targets that can be signed by a code signing platform.SigningPlatform.Builder category(String category)
The category of a code signing platform.
SigningPlatform.Builder category(Category category)
The category of a code signing platform.
SigningPlatform.Builder signingConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingConfiguration - The configuration of a code signing 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 a code signing 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.BuildersigningConfiguration(SigningConfiguration)SigningPlatform.Builder signingImageFormat(SigningImageFormat signingImageFormat)
signingImageFormat - The new value for the SigningImageFormat property for this object.default SigningPlatform.Builder signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
SigningImageFormat.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.BuildersigningImageFormat(SigningImageFormat)SigningPlatform.Builder maxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
maxSizeInMB - The maximum size (in MB) of code that can be signed by a code signing platform.SigningPlatform.Builder revocationSupported(Boolean revocationSupported)
Indicates whether revocation is supported for the platform.
revocationSupported - Indicates whether revocation is supported for the platform.Copyright © 2020. All rights reserved.