public static interface RegisterCertificateWithoutCaResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<RegisterCertificateWithoutCaResponse.Builder,RegisterCertificateWithoutCaResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterCertificateWithoutCaResponse.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the registered certificate.
|
RegisterCertificateWithoutCaResponse.Builder |
certificateId(String certificateId)
The ID of the registered certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterCertificateWithoutCaResponse.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the registered certificate.
certificateArn - The Amazon Resource Name (ARN) of the registered certificate.RegisterCertificateWithoutCaResponse.Builder certificateId(String certificateId)
The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
certificateId - The ID of the registered certificate. (The last part of the certificate ARN contains the certificate
ID.Copyright © 2021. All rights reserved.