Interface RegisterCertificateWithoutCaResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterCertificateWithoutCaResponse.Builder,,RegisterCertificateWithoutCaResponse> IotResponse.Builder,SdkBuilder<RegisterCertificateWithoutCaResponse.Builder,,RegisterCertificateWithoutCaResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RegisterCertificateWithoutCaResponse
@Mutable
@NotThreadSafe
public static interface RegisterCertificateWithoutCaResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<RegisterCertificateWithoutCaResponse.Builder,RegisterCertificateWithoutCaResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(String certificateArn) The Amazon Resource Name (ARN) of the registered certificate.certificateId(String certificateId) The ID of the registered certificate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
certificateArn
The Amazon Resource Name (ARN) of the registered certificate.
- Parameters:
certificateArn- The Amazon Resource Name (ARN) of the registered certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateId
The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
- Parameters:
certificateId- The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-