public static interface RemovePermissionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
| Modifier and Type | Method and 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.
|
RemovePermissionRequest.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. All rights reserved.