public static interface SigningProfile.Builder extends SdkPojo, CopyableBuilder<SigningProfile.Builder,SigningProfile>
Modifier and Type | Method and Description |
---|---|
SigningProfile.Builder |
platformId(String platformId)
The ID of a platform that is available for use by a signing profile.
|
SigningProfile.Builder |
profileName(String profileName)
The name of the AWS Signer profile.
|
default SigningProfile.Builder |
signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
SigningProfile.Builder |
signingMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
SigningProfile.Builder |
signingParameters(Map<String,String> signingParameters)
The parameters that are available for use by an AWS Signer user.
|
SigningProfile.Builder |
status(SigningProfileStatus status)
The status of an AWS Signer profile.
|
SigningProfile.Builder |
status(String status)
The status of an AWS Signer profile.
|
copy
applyMutation, build
SigningProfile.Builder profileName(String profileName)
The name of the AWS Signer profile.
profileName
- The name of the AWS Signer profile.SigningProfile.Builder signingMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
signingMaterial
- The ACM certificate that is available for use by a signing profile.default SigningProfile.Builder signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The ACM certificate that is available for use by a signing profile.
This is a convenience that creates an instance of theSigningMaterial.Builder
avoiding the need to
create one manually via SigningMaterial.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to signingMaterial(SigningMaterial)
.signingMaterial
- a consumer that will call methods on SigningMaterial.Builder
signingMaterial(SigningMaterial)
SigningProfile.Builder platformId(String platformId)
The ID of a platform that is available for use by a signing profile.
platformId
- The ID of a platform that is available for use by a signing profile.SigningProfile.Builder signingParameters(Map<String,String> signingParameters)
The parameters that are available for use by an AWS Signer user.
signingParameters
- The parameters that are available for use by an AWS Signer user.SigningProfile.Builder status(String status)
The status of an AWS Signer profile.
status
- The status of an AWS Signer profile.SigningProfileStatus
,
SigningProfileStatus
SigningProfile.Builder status(SigningProfileStatus status)
The status of an AWS Signer profile.
status
- The status of an AWS Signer profile.SigningProfileStatus
,
SigningProfileStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.