Interface UpdateCertificateRequest.Builder

  • Method Details

    • certificateId

      UpdateCertificateRequest.Builder certificateId(String certificateId)

      The identifier of the certificate object that you are updating.

      Parameters:
      certificateId - The identifier of the certificate object that you are updating.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeDate

      UpdateCertificateRequest.Builder activeDate(Instant activeDate)

      An optional date that specifies when the certificate becomes active. If you do not specify a value, ActiveDate takes the same value as NotBeforeDate, which is specified by the CA.

      Parameters:
      activeDate - An optional date that specifies when the certificate becomes active. If you do not specify a value, ActiveDate takes the same value as NotBeforeDate, which is specified by the CA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inactiveDate

      UpdateCertificateRequest.Builder inactiveDate(Instant inactiveDate)

      An optional date that specifies when the certificate becomes inactive. If you do not specify a value, InactiveDate takes the same value as NotAfterDate, which is specified by the CA.

      Parameters:
      inactiveDate - An optional date that specifies when the certificate becomes inactive. If you do not specify a value, InactiveDate takes the same value as NotAfterDate, which is specified by the CA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateCertificateRequest.Builder description(String description)

      A short description to help identify the certificate.

      Parameters:
      description - A short description to help identify the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.