public static interface GetSigningProfileResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<GetSigningProfileResponse.Builder,GetSigningProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSigningProfileResponse.Builder |
overrides(Consumer<SigningPlatformOverrides.Builder> overrides)
A list of overrides applied by the target signing profile for signing operations.
|
GetSigningProfileResponse.Builder |
overrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
|
GetSigningProfileResponse.Builder |
platformId(String platformId)
The ID of the platform that is used by the target signing profile.
|
GetSigningProfileResponse.Builder |
profileName(String profileName)
The name of the target signing profile.
|
default GetSigningProfileResponse.Builder |
signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
GetSigningProfileResponse.Builder |
signingMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
GetSigningProfileResponse.Builder |
signingParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
GetSigningProfileResponse.Builder |
status(SigningProfileStatus status)
The status of the target signing profile.
|
GetSigningProfileResponse.Builder |
status(String status)
The status of the target signing profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetSigningProfileResponse.Builder profileName(String profileName)
The name of the target signing profile.
profileName - The name of the target signing profile.GetSigningProfileResponse.Builder signingMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
signingMaterial - The ARN of the certificate that the target profile uses for signing operations.default GetSigningProfileResponse.Builder signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
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.BuildersigningMaterial(SigningMaterial)GetSigningProfileResponse.Builder platformId(String platformId)
The ID of the platform that is used by the target signing profile.
platformId - The ID of the platform that is used by the target signing profile.GetSigningProfileResponse.Builder overrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
overrides - A list of overrides applied by the target signing profile for signing operations.default GetSigningProfileResponse.Builder overrides(Consumer<SigningPlatformOverrides.Builder> overrides)
A list of overrides applied by the target signing profile for signing operations.
This is a convenience that creates an instance of theSigningPlatformOverrides.Builder avoiding the
need to create one manually via SigningPlatformOverrides.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to overrides(SigningPlatformOverrides).overrides - a consumer that will call methods on SigningPlatformOverrides.Builderoverrides(SigningPlatformOverrides)GetSigningProfileResponse.Builder signingParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
signingParameters - A map of key-value pairs for signing operations that is attached to the target signing profile.GetSigningProfileResponse.Builder status(String status)
The status of the target signing profile.
status - The status of the target signing profile.SigningProfileStatus,
SigningProfileStatusGetSigningProfileResponse.Builder status(SigningProfileStatus status)
The status of the target signing profile.
status - The status of the target signing profile.SigningProfileStatus,
SigningProfileStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.