public static interface RemovePermissionRequest.Builder extends SqsRequest.Builder, SdkPojo, CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
Modifier and Type | Method and Description |
---|---|
RemovePermissionRequest.Builder |
label(String label)
The identification of the permission to remove.
|
RemovePermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemovePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemovePermissionRequest.Builder |
queueUrl(String queueUrl)
The URL of the Amazon SQS queue from which permissions are removed.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RemovePermissionRequest.Builder queueUrl(String queueUrl)
The URL of the Amazon SQS queue from which permissions are removed.
Queue URLs and names are case-sensitive.
queueUrl
- The URL of the Amazon SQS queue from which permissions are removed.
Queue URLs and names 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RemovePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.