Interface UpdateCertificateProviderRequest.Builder

    • Method Detail

      • certificateProviderName

        UpdateCertificateProviderRequest.Builder certificateProviderName​(String certificateProviderName)

        The name of the certificate provider.

        Parameters:
        certificateProviderName - The name of the certificate provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lambdaFunctionArn

        UpdateCertificateProviderRequest.Builder lambdaFunctionArn​(String lambdaFunctionArn)

        The Lambda function ARN that's associated with the certificate provider.

        Parameters:
        lambdaFunctionArn - The Lambda function ARN that's associated with the certificate provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountDefaultForOperationsWithStrings

        UpdateCertificateProviderRequest.Builder accountDefaultForOperationsWithStrings​(Collection<String> accountDefaultForOperations)

        A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.

        Parameters:
        accountDefaultForOperations - A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountDefaultForOperationsWithStrings

        UpdateCertificateProviderRequest.Builder accountDefaultForOperationsWithStrings​(String... accountDefaultForOperations)

        A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.

        Parameters:
        accountDefaultForOperations - A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountDefaultForOperations

        UpdateCertificateProviderRequest.Builder accountDefaultForOperations​(Collection<CertificateProviderOperation> accountDefaultForOperations)

        A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.

        Parameters:
        accountDefaultForOperations - A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountDefaultForOperations

        UpdateCertificateProviderRequest.Builder accountDefaultForOperations​(CertificateProviderOperation... accountDefaultForOperations)

        A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.

        Parameters:
        accountDefaultForOperations - A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.
        Returns:
        Returns a reference to this object so that method calls can be chained together.