public static interface PutSigningProfileResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<PutSigningProfileResponse.Builder,PutSigningProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
PutSigningProfileResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the signing profile created.
|
PutSigningProfileResponse.Builder |
profileVersion(String profileVersion)
The version of the signing profile being created.
|
PutSigningProfileResponse.Builder |
profileVersionArn(String profileVersionArn)
The signing profile ARN, including the profile version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutSigningProfileResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the signing profile created.
arn - The Amazon Resource Name (ARN) of the signing profile created.PutSigningProfileResponse.Builder profileVersion(String profileVersion)
The version of the signing profile being created.
profileVersion - The version of the signing profile being created.PutSigningProfileResponse.Builder profileVersionArn(String profileVersionArn)
The signing profile ARN, including the profile version.
profileVersionArn - The signing profile ARN, including the profile version.Copyright © 2021. All rights reserved.