Interface RegisterCertificateWithoutCaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterCertificateWithoutCaResponse.Builder,RegisterCertificateWithoutCaResponse>,IotResponse.Builder,SdkBuilder<RegisterCertificateWithoutCaResponse.Builder,RegisterCertificateWithoutCaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RegisterCertificateWithoutCaResponse
public static interface RegisterCertificateWithoutCaResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<RegisterCertificateWithoutCaResponse.Builder,RegisterCertificateWithoutCaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisterCertificateWithoutCaResponse.BuildercertificateArn(String certificateArn)The Amazon Resource Name (ARN) of the registered certificate.RegisterCertificateWithoutCaResponse.BuildercertificateId(String certificateId)The ID of the registered certificate.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.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 Detail
-
certificateArn
RegisterCertificateWithoutCaResponse.Builder certificateArn(String 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
RegisterCertificateWithoutCaResponse.Builder certificateId(String 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.
-
-