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 Details

    • 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

      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.