Interface PutSigningProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutSigningProfileResponse.Builder,,PutSigningProfileResponse> SdkBuilder<PutSigningProfileResponse.Builder,,PutSigningProfileResponse> SdkPojo,SdkResponse.Builder,SignerResponse.Builder
- Enclosing class:
PutSigningProfileResponse
@Mutable
@NotThreadSafe
public static interface PutSigningProfileResponse.Builder
extends SignerResponse.Builder, SdkPojo, CopyableBuilder<PutSigningProfileResponse.Builder,PutSigningProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the signing profile created.profileVersion(String profileVersion) The version of the signing profile being created.profileVersionArn(String profileVersionArn) The signing profile ARN, including the profile version.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.signer.model.SignerResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the signing profile created.
- Parameters:
arn- The Amazon Resource Name (ARN) of the signing profile created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileVersion
The version of the signing profile being created.
- Parameters:
profileVersion- The version of the signing profile being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileVersionArn
The signing profile ARN, including the profile version.
- Parameters:
profileVersionArn- The signing profile ARN, including the profile version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-