Interface ModifyCertificatesRequest.Builder

    • Method Detail

      • certificateIdentifier

        ModifyCertificatesRequest.Builder certificateIdentifier​(String certificateIdentifier)

        The new default certificate identifier to override the current one with.

        To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.

        Parameters:
        certificateIdentifier - The new default certificate identifier to override the current one with.

        To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • removeCustomerOverride

        ModifyCertificatesRequest.Builder removeCustomerOverride​(Boolean removeCustomerOverride)

        Specifies whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.

        Parameters:
        removeCustomerOverride - Specifies whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.