Interface GetPublicKeyCertificateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetPublicKeyCertificateResponse.Builder,
,GetPublicKeyCertificateResponse> PaymentCryptographyResponse.Builder
,SdkBuilder<GetPublicKeyCertificateResponse.Builder,
,GetPublicKeyCertificateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPublicKeyCertificateResponse
public static interface GetPublicKeyCertificateResponse.Builder
extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<GetPublicKeyCertificateResponse.Builder,GetPublicKeyCertificateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionkeyCertificate
(String keyCertificate) The public key component of the asymmetric key pair in a certificate (PEM) format.keyCertificateChain
(String keyCertificateChain) The certificate chain that signed the public key certificate of the asymmetric key pair.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
keyCertificate
The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the root certificate authority (CA) within your service account. The certificate expires in 90 days.
- Parameters:
keyCertificate
- The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the root certificate authority (CA) within your service account. The certificate expires in 90 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyCertificateChain
The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root certificate authority (CA) within your service account.
- Parameters:
keyCertificateChain
- The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root certificate authority (CA) within your service account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-