public static interface RemovePermissionRequest.Builder extends SQSRequest.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RemovePermissionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.RemovePermissionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RemovePermissionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.