Interface DeregisterDelegatedAdministratorRequest.Builder

  • Method Details

    • accountId

      The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

      Parameters:
      accountId - The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • servicePrincipal

      DeregisterDelegatedAdministratorRequest.Builder servicePrincipal(String servicePrincipal)

      The service principal name of an Amazon Web Services service for which the account is a delegated administrator.

      Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

      Parameters:
      servicePrincipal - The service principal name of an Amazon Web Services service for which the account is a delegated administrator.

      Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.