public static interface StartSigningJobParameter.Builder extends SdkPojo, CopyableBuilder<StartSigningJobParameter.Builder,StartSigningJobParameter>
Modifier and Type | Method and Description |
---|---|
default StartSigningJobParameter.Builder |
destination(Consumer<Destination.Builder> destination)
The location to write the code-signed file.
|
StartSigningJobParameter.Builder |
destination(Destination destination)
The location to write the code-signed file.
|
StartSigningJobParameter.Builder |
signingProfileName(String signingProfileName)
The code-signing profile name.
|
default StartSigningJobParameter.Builder |
signingProfileParameter(Consumer<SigningProfileParameter.Builder> signingProfileParameter)
Describes the code-signing profile.
|
StartSigningJobParameter.Builder |
signingProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartSigningJobParameter.Builder signingProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
signingProfileParameter
- Describes the code-signing profile.default StartSigningJobParameter.Builder signingProfileParameter(Consumer<SigningProfileParameter.Builder> signingProfileParameter)
Describes the code-signing profile.
This is a convenience method that creates an instance of theSigningProfileParameter.Builder
avoiding
the need to create one manually via SigningProfileParameter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to signingProfileParameter(SigningProfileParameter)
.signingProfileParameter
- a consumer that will call methods on SigningProfileParameter.Builder
signingProfileParameter(SigningProfileParameter)
StartSigningJobParameter.Builder signingProfileName(String signingProfileName)
The code-signing profile name.
signingProfileName
- The code-signing profile name.StartSigningJobParameter.Builder destination(Destination destination)
The location to write the code-signed file.
destination
- The location to write the code-signed file.default StartSigningJobParameter.Builder destination(Consumer<Destination.Builder> destination)
The location to write the code-signed file.
This is a convenience method that creates an instance of theDestination.Builder
avoiding the need to
create one manually via Destination.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to destination(Destination)
.destination
- a consumer that will call methods on Destination.Builder
destination(Destination)
Copyright © 2022. All rights reserved.