Interface DeletePermissionRequest.Builder

All Superinterfaces:
AcmPcaRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<DeletePermissionRequest.Builder,DeletePermissionRequest>, SdkBuilder<DeletePermissionRequest.Builder,DeletePermissionRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeletePermissionRequest

public static interface DeletePermissionRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<DeletePermissionRequest.Builder,DeletePermissionRequest>
  • Method Details

    • 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

      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.
    • overrideConfiguration

      DeletePermissionRequest.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.