CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>, SdkBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>public static interface RemovePermissionRequest.Builder extends CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
RemovePermissionRequest.Builder |
label(String label) |
The identification of the permission to remove.
|
RemovePermissionRequest.Builder |
queueUrl(String queueUrl) |
The URL of the Amazon SQS queue from which permissions are removed.
|
copyapply, buildRemovePermissionRequest.Builder queueUrl(String queueUrl)
The URL of the Amazon SQS queue from which permissions are removed.
Queue URLs are case-sensitive.
queueUrl - The URL of the Amazon SQS queue from which permissions are removed.
Queue URLs are case-sensitive.
RemovePermissionRequest.Builder label(String label)
The identification of the permission to remove. This is the label added using the
AddPermission action.
label - The identification of the permission to remove. This is the label added using the
AddPermission action.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.