public class AddPermissionRequest extends AmazonWebServiceRequest implements java.io.Serializable
Adds a permission to a queue for a specific principal. This allows for sharing access to the queue.
When you create a queue, you have full control access rights for the queue. Only you (as owner of the queue) can grant or deny permissions to the queue. For more information about these permissions, see Shared Queues in the Amazon SQS Developer Guide.
AddPermission
writes an Amazon SQS-generated policy. If you want
to write your own policy, use SetQueueAttributes to upload your
policy. For more information about writing your own policy, see Using The Access Policy Language in the Amazon SQS Developer
Guide.
Some API actions take lists of parameters. These lists are specified using
the param.n
notation. Values of n
are integers
starting from 1. For example, a parameter list with two elements looks like
this:
&Attribute.1=this
&Attribute.2=that
Constructor and Description |
---|
AddPermissionRequest()
Default constructor for AddPermissionRequest object.
|
AddPermissionRequest(java.lang.String queueUrl,
java.lang.String label,
java.util.List<java.lang.String> aWSAccountIds,
java.util.List<java.lang.String> actions)
Constructs a new AddPermissionRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getActions()
The action the client wants to allow for the specified principal.
|
java.util.List<java.lang.String> |
getAWSAccountIds()
The AWS account number of the principal who will be given permission.
|
java.lang.String |
getLabel()
The unique identification of the permission you're setting (e.g.,
AliceSendMessage ). |
java.lang.String |
getQueueUrl()
The URL of the Amazon SQS queue to take action on.
|
int |
hashCode() |
void |
setActions(java.util.Collection<java.lang.String> actions)
The action the client wants to allow for the specified principal.
|
void |
setAWSAccountIds(java.util.Collection<java.lang.String> aWSAccountIds)
The AWS account number of the principal who will be given permission.
|
void |
setLabel(java.lang.String label)
The unique identification of the permission you're setting (e.g.,
AliceSendMessage ). |
void |
setQueueUrl(java.lang.String queueUrl)
The URL of the Amazon SQS queue to take action on.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddPermissionRequest |
withActions(java.util.Collection<java.lang.String> actions)
The action the client wants to allow for the specified principal.
|
AddPermissionRequest |
withActions(java.lang.String... actions)
The action the client wants to allow for the specified principal.
|
AddPermissionRequest |
withAWSAccountIds(java.util.Collection<java.lang.String> aWSAccountIds)
The AWS account number of the principal who will be given permission.
|
AddPermissionRequest |
withAWSAccountIds(java.lang.String... aWSAccountIds)
The AWS account number of the principal who will be given permission.
|
AddPermissionRequest |
withLabel(java.lang.String label)
The unique identification of the permission you're setting (e.g.,
AliceSendMessage ). |
AddPermissionRequest |
withQueueUrl(java.lang.String queueUrl)
The URL of the Amazon SQS queue to take action on.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public AddPermissionRequest()
public AddPermissionRequest(java.lang.String queueUrl, java.lang.String label, java.util.List<java.lang.String> aWSAccountIds, java.util.List<java.lang.String> actions)
queueUrl
- The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
label
-
The unique identification of the permission you're setting
(e.g., AliceSendMessage
). Constraints: Maximum 80
characters; alphanumeric characters, hyphens (-), and
underscores (_) are allowed.
aWSAccountIds
- The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
actions
-
The action the client wants to allow for the specified
principal. The following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer
Guide.
Specifying SendMessage
,
DeleteMessage
, or
ChangeMessageVisibility
for the
ActionName.n
also grants permissions for the
corresponding batch versions of those actions:
SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
public java.lang.String getQueueUrl()
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
public void setQueueUrl(java.lang.String queueUrl)
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
queueUrl
- The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
public AddPermissionRequest withQueueUrl(java.lang.String queueUrl)
The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
Returns a reference to this object so that method calls can be chained together.
queueUrl
- The URL of the Amazon SQS queue to take action on.
Queue URLs are case-sensitive.
public java.lang.String getLabel()
The unique identification of the permission you're setting (e.g.,
AliceSendMessage
). Constraints: Maximum 80 characters;
alphanumeric characters, hyphens (-), and underscores (_) are allowed.
The unique identification of the permission you're setting (e.g.,
AliceSendMessage
). Constraints: Maximum 80
characters; alphanumeric characters, hyphens (-), and underscores
(_) are allowed.
public void setLabel(java.lang.String label)
The unique identification of the permission you're setting (e.g.,
AliceSendMessage
). Constraints: Maximum 80 characters;
alphanumeric characters, hyphens (-), and underscores (_) are allowed.
label
-
The unique identification of the permission you're setting
(e.g., AliceSendMessage
). Constraints: Maximum 80
characters; alphanumeric characters, hyphens (-), and
underscores (_) are allowed.
public AddPermissionRequest withLabel(java.lang.String label)
The unique identification of the permission you're setting (e.g.,
AliceSendMessage
). Constraints: Maximum 80 characters;
alphanumeric characters, hyphens (-), and underscores (_) are allowed.
Returns a reference to this object so that method calls can be chained together.
label
-
The unique identification of the permission you're setting
(e.g., AliceSendMessage
). Constraints: Maximum 80
characters; alphanumeric characters, hyphens (-), and
underscores (_) are allowed.
public java.util.List<java.lang.String> getAWSAccountIds()
The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
public void setAWSAccountIds(java.util.Collection<java.lang.String> aWSAccountIds)
The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
aWSAccountIds
- The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
public AddPermissionRequest withAWSAccountIds(java.lang.String... aWSAccountIds)
The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
Returns a reference to this object so that method calls can be chained together.
aWSAccountIds
- The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
public AddPermissionRequest withAWSAccountIds(java.util.Collection<java.lang.String> aWSAccountIds)
The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
Returns a reference to this object so that method calls can be chained together.
aWSAccountIds
- The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon SQS Developer Guide.
public java.util.List<java.lang.String> getActions()
The action the client wants to allow for the specified principal. The
following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.
Specifying SendMessage
, DeleteMessage
, or
ChangeMessageVisibility
for the ActionName.n
also grants permissions for the corresponding batch versions of those
actions: SendMessageBatch
, DeleteMessageBatch
,
and ChangeMessageVisibilityBatch
.
The action the client wants to allow for the specified principal.
The following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer
Guide.
Specifying SendMessage
, DeleteMessage
,
or ChangeMessageVisibility
for the
ActionName.n
also grants permissions for the
corresponding batch versions of those actions:
SendMessageBatch
, DeleteMessageBatch
,
and ChangeMessageVisibilityBatch
.
public void setActions(java.util.Collection<java.lang.String> actions)
The action the client wants to allow for the specified principal. The
following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.
Specifying SendMessage
, DeleteMessage
, or
ChangeMessageVisibility
for the ActionName.n
also grants permissions for the corresponding batch versions of those
actions: SendMessageBatch
, DeleteMessageBatch
,
and ChangeMessageVisibilityBatch
.
actions
-
The action the client wants to allow for the specified
principal. The following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer
Guide.
Specifying SendMessage
,
DeleteMessage
, or
ChangeMessageVisibility
for the
ActionName.n
also grants permissions for the
corresponding batch versions of those actions:
SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
public AddPermissionRequest withActions(java.lang.String... actions)
The action the client wants to allow for the specified principal. The
following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.
Specifying SendMessage
, DeleteMessage
, or
ChangeMessageVisibility
for the ActionName.n
also grants permissions for the corresponding batch versions of those
actions: SendMessageBatch
, DeleteMessageBatch
,
and ChangeMessageVisibilityBatch
.
Returns a reference to this object so that method calls can be chained together.
actions
-
The action the client wants to allow for the specified
principal. The following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer
Guide.
Specifying SendMessage
,
DeleteMessage
, or
ChangeMessageVisibility
for the
ActionName.n
also grants permissions for the
corresponding batch versions of those actions:
SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
public AddPermissionRequest withActions(java.util.Collection<java.lang.String> actions)
The action the client wants to allow for the specified principal. The
following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer Guide.
Specifying SendMessage
, DeleteMessage
, or
ChangeMessageVisibility
for the ActionName.n
also grants permissions for the corresponding batch versions of those
actions: SendMessageBatch
, DeleteMessageBatch
,
and ChangeMessageVisibilityBatch
.
Returns a reference to this object so that method calls can be chained together.
actions
-
The action the client wants to allow for the specified
principal. The following are valid values:
* | SendMessage | ReceiveMessage | DeleteMessage | ChangeMessageVisibility | GetQueueAttributes | GetQueueUrl
. For more information about these actions, see Understanding Permissions in the Amazon SQS Developer
Guide.
Specifying SendMessage
,
DeleteMessage
, or
ChangeMessageVisibility
for the
ActionName.n
also grants permissions for the
corresponding batch versions of those actions:
SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.