Interface StartSigningJobParameter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StartSigningJobParameter.Builder,,StartSigningJobParameter> SdkBuilder<StartSigningJobParameter.Builder,,StartSigningJobParameter> SdkPojo
- Enclosing class:
StartSigningJobParameter
@Mutable
@NotThreadSafe
public static interface StartSigningJobParameter.Builder
extends SdkPojo, CopyableBuilder<StartSigningJobParameter.Builder,StartSigningJobParameter>
-
Method Summary
Modifier and TypeMethodDescriptiondefault StartSigningJobParameter.Builderdestination(Consumer<Destination.Builder> destination) The location to write the code-signed file.destination(Destination destination) The location to write the code-signed file.signingProfileName(String signingProfileName) The code-signing profile name.default StartSigningJobParameter.BuildersigningProfileParameter(Consumer<SigningProfileParameter.Builder> signingProfileParameter) Describes the code-signing profile.signingProfileParameter(SigningProfileParameter signingProfileParameter) Describes the code-signing profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
signingProfileParameter
StartSigningJobParameter.Builder signingProfileParameter(SigningProfileParameter signingProfileParameter) Describes the code-signing profile.
- Parameters:
signingProfileParameter- Describes the code-signing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingProfileParameter
default StartSigningJobParameter.Builder signingProfileParameter(Consumer<SigningProfileParameter.Builder> signingProfileParameter) Describes the code-signing profile.
This is a convenience method that creates an instance of theSigningProfileParameter.Builderavoiding the need to create one manually viaSigningProfileParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosigningProfileParameter(SigningProfileParameter).- Parameters:
signingProfileParameter- a consumer that will call methods onSigningProfileParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signingProfileName
The code-signing profile name.
- Parameters:
signingProfileName- The code-signing profile name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
The location to write the code-signed file.
- Parameters:
destination- The location to write the code-signed file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
The location to write the code-signed file.
This is a convenience method that creates an instance of theDestination.Builderavoiding the need to create one manually viaDestination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestination(Destination).- Parameters:
destination- a consumer that will call methods onDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-