Interface DeletePermissionRequest.Builder

    • Method Detail

      • certificateAuthorityArn

        DeletePermissionRequest.Builder certificateAuthorityArn​(String certificateAuthorityArn)

        The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN by calling the ListCertificateAuthorities action. This must have the following form:

        arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

        Parameters:
        certificateAuthorityArn - The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN by calling the ListCertificateAuthorities action. This must have the following form:

        arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

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

        DeletePermissionRequest.Builder principal​(String principal)

        The Amazon Web Services service or identity that will have its CA permissions revoked. At this time, the only valid service principal is acm.amazonaws.com

        Parameters:
        principal - The Amazon Web Services service or identity that will have its CA permissions revoked. At this time, the only valid service principal is acm.amazonaws.com
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceAccount

        DeletePermissionRequest.Builder sourceAccount​(String sourceAccount)

        The Amazon Web Services account that calls this action.

        Parameters:
        sourceAccount - The Amazon Web Services account that calls this action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.