@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddPermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddPermissionRequest() |
Modifier and Type | Method and Description |
---|---|
AddPermissionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAction()
The action that the principal can use on the function.
|
String |
getEventSourceToken()
For Alexa Smart Home functions, a token that the invoker must supply.
|
String |
getFunctionName()
The name or ARN of the Lambda function, version, or alias.
|
String |
getFunctionUrlAuthType()
The type of authentication that your function URL uses.
|
String |
getPrincipal()
The Amazon Web Service or Amazon Web Services account that invokes the function.
|
String |
getPrincipalOrgID()
The identifier for your organization in Organizations.
|
String |
getQualifier()
Specify a version or alias to add permissions to a published version of the function.
|
String |
getRevisionId()
Update the policy only if the revision ID matches the ID that's specified.
|
String |
getSourceAccount()
For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource.
|
String |
getSourceArn()
For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function.
|
String |
getStatementId()
A statement identifier that differentiates the statement from others in the same policy.
|
int |
hashCode() |
void |
setAction(String action)
The action that the principal can use on the function.
|
void |
setEventSourceToken(String eventSourceToken)
For Alexa Smart Home functions, a token that the invoker must supply.
|
void |
setFunctionName(String functionName)
The name or ARN of the Lambda function, version, or alias.
|
void |
setFunctionUrlAuthType(String functionUrlAuthType)
The type of authentication that your function URL uses.
|
void |
setPrincipal(String principal)
The Amazon Web Service or Amazon Web Services account that invokes the function.
|
void |
setPrincipalOrgID(String principalOrgID)
The identifier for your organization in Organizations.
|
void |
setQualifier(String qualifier)
Specify a version or alias to add permissions to a published version of the function.
|
void |
setRevisionId(String revisionId)
Update the policy only if the revision ID matches the ID that's specified.
|
void |
setSourceAccount(String sourceAccount)
For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource.
|
void |
setSourceArn(String sourceArn)
For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function.
|
void |
setStatementId(String statementId)
A statement identifier that differentiates the statement from others in the same policy.
|
String |
toString()
Returns a string representation of this object.
|
AddPermissionRequest |
withAction(String action)
The action that the principal can use on the function.
|
AddPermissionRequest |
withEventSourceToken(String eventSourceToken)
For Alexa Smart Home functions, a token that the invoker must supply.
|
AddPermissionRequest |
withFunctionName(String functionName)
The name or ARN of the Lambda function, version, or alias.
|
AddPermissionRequest |
withFunctionUrlAuthType(FunctionUrlAuthType functionUrlAuthType)
The type of authentication that your function URL uses.
|
AddPermissionRequest |
withFunctionUrlAuthType(String functionUrlAuthType)
The type of authentication that your function URL uses.
|
AddPermissionRequest |
withPrincipal(String principal)
The Amazon Web Service or Amazon Web Services account that invokes the function.
|
AddPermissionRequest |
withPrincipalOrgID(String principalOrgID)
The identifier for your organization in Organizations.
|
AddPermissionRequest |
withQualifier(String qualifier)
Specify a version or alias to add permissions to a published version of the function.
|
AddPermissionRequest |
withRevisionId(String revisionId)
Update the policy only if the revision ID matches the ID that's specified.
|
AddPermissionRequest |
withSourceAccount(String sourceAccount)
For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource.
|
AddPermissionRequest |
withSourceArn(String sourceArn)
For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function.
|
AddPermissionRequest |
withStatementId(String statementId)
A statement identifier that differentiates the statement from others in the same policy.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFunctionName(String functionName)
The name or ARN of the Lambda function, version, or alias.
Name formats
Function name – my-function
(name-only), my-function:v1
(with alias).
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name or ARN of the Lambda function, version, or alias.
Name formats
Function name – my-function
(name-only), my-function:v1
(with alias).
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public String getFunctionName()
The name or ARN of the Lambda function, version, or alias.
Name formats
Function name – my-function
(name-only), my-function:v1
(with alias).
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Name formats
Function name – my-function
(name-only), my-function:v1
(with alias).
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public AddPermissionRequest withFunctionName(String functionName)
The name or ARN of the Lambda function, version, or alias.
Name formats
Function name – my-function
(name-only), my-function:v1
(with alias).
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name or ARN of the Lambda function, version, or alias.
Name formats
Function name – my-function
(name-only), my-function:v1
(with alias).
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public void setStatementId(String statementId)
A statement identifier that differentiates the statement from others in the same policy.
statementId
- A statement identifier that differentiates the statement from others in the same policy.public String getStatementId()
A statement identifier that differentiates the statement from others in the same policy.
public AddPermissionRequest withStatementId(String statementId)
A statement identifier that differentiates the statement from others in the same policy.
statementId
- A statement identifier that differentiates the statement from others in the same policy.public void setAction(String action)
The action that the principal can use on the function. For example, lambda:InvokeFunction
or
lambda:GetFunction
.
action
- The action that the principal can use on the function. For example, lambda:InvokeFunction
or
lambda:GetFunction
.public String getAction()
The action that the principal can use on the function. For example, lambda:InvokeFunction
or
lambda:GetFunction
.
lambda:InvokeFunction
or
lambda:GetFunction
.public AddPermissionRequest withAction(String action)
The action that the principal can use on the function. For example, lambda:InvokeFunction
or
lambda:GetFunction
.
action
- The action that the principal can use on the function. For example, lambda:InvokeFunction
or
lambda:GetFunction
.public void setPrincipal(String principal)
The Amazon Web Service or Amazon Web Services account that invokes the function. If you specify a service, use
SourceArn
or SourceAccount
to limit who can invoke the function through that service.
principal
- The Amazon Web Service or Amazon Web Services account that invokes the function. If you specify a service,
use SourceArn
or SourceAccount
to limit who can invoke the function through that
service.public String getPrincipal()
The Amazon Web Service or Amazon Web Services account that invokes the function. If you specify a service, use
SourceArn
or SourceAccount
to limit who can invoke the function through that service.
SourceArn
or SourceAccount
to limit who can invoke the function
through that service.public AddPermissionRequest withPrincipal(String principal)
The Amazon Web Service or Amazon Web Services account that invokes the function. If you specify a service, use
SourceArn
or SourceAccount
to limit who can invoke the function through that service.
principal
- The Amazon Web Service or Amazon Web Services account that invokes the function. If you specify a service,
use SourceArn
or SourceAccount
to limit who can invoke the function through that
service.public void setSourceArn(String sourceArn)
For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic.
Note that Lambda configures the comparison using the StringLike
operator.
sourceArn
- For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function. For
example, an Amazon S3 bucket or Amazon SNS topic.
Note that Lambda configures the comparison using the StringLike
operator.
public String getSourceArn()
For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic.
Note that Lambda configures the comparison using the StringLike
operator.
Note that Lambda configures the comparison using the StringLike
operator.
public AddPermissionRequest withSourceArn(String sourceArn)
For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic.
Note that Lambda configures the comparison using the StringLike
operator.
sourceArn
- For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function. For
example, an Amazon S3 bucket or Amazon SNS topic.
Note that Lambda configures the comparison using the StringLike
operator.
public void setSourceAccount(String sourceAccount)
For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource. Use this together with
SourceArn
to ensure that the specified account owns the resource. It is possible for an Amazon S3
bucket to be deleted by its owner and recreated by another account.
sourceAccount
- For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource. Use this
together with SourceArn
to ensure that the specified account owns the resource. It is
possible for an Amazon S3 bucket to be deleted by its owner and recreated by another account.public String getSourceAccount()
For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource. Use this together with
SourceArn
to ensure that the specified account owns the resource. It is possible for an Amazon S3
bucket to be deleted by its owner and recreated by another account.
SourceArn
to ensure that the specified account owns the resource. It is
possible for an Amazon S3 bucket to be deleted by its owner and recreated by another account.public AddPermissionRequest withSourceAccount(String sourceAccount)
For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource. Use this together with
SourceArn
to ensure that the specified account owns the resource. It is possible for an Amazon S3
bucket to be deleted by its owner and recreated by another account.
sourceAccount
- For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource. Use this
together with SourceArn
to ensure that the specified account owns the resource. It is
possible for an Amazon S3 bucket to be deleted by its owner and recreated by another account.public void setEventSourceToken(String eventSourceToken)
For Alexa Smart Home functions, a token that the invoker must supply.
eventSourceToken
- For Alexa Smart Home functions, a token that the invoker must supply.public String getEventSourceToken()
For Alexa Smart Home functions, a token that the invoker must supply.
public AddPermissionRequest withEventSourceToken(String eventSourceToken)
For Alexa Smart Home functions, a token that the invoker must supply.
eventSourceToken
- For Alexa Smart Home functions, a token that the invoker must supply.public void setQualifier(String qualifier)
Specify a version or alias to add permissions to a published version of the function.
qualifier
- Specify a version or alias to add permissions to a published version of the function.public String getQualifier()
Specify a version or alias to add permissions to a published version of the function.
public AddPermissionRequest withQualifier(String qualifier)
Specify a version or alias to add permissions to a published version of the function.
qualifier
- Specify a version or alias to add permissions to a published version of the function.public void setRevisionId(String revisionId)
Update the policy only if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it.
revisionId
- Update the policy only if the revision ID matches the ID that's specified. Use this option to avoid
modifying a policy that has changed since you last read it.public String getRevisionId()
Update the policy only if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it.
public AddPermissionRequest withRevisionId(String revisionId)
Update the policy only if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it.
revisionId
- Update the policy only if the revision ID matches the ID that's specified. Use this option to avoid
modifying a policy that has changed since you last read it.public void setPrincipalOrgID(String principalOrgID)
The identifier for your organization in Organizations. Use this to grant permissions to all the Amazon Web Services accounts under this organization.
principalOrgID
- The identifier for your organization in Organizations. Use this to grant permissions to all the Amazon Web
Services accounts under this organization.public String getPrincipalOrgID()
The identifier for your organization in Organizations. Use this to grant permissions to all the Amazon Web Services accounts under this organization.
public AddPermissionRequest withPrincipalOrgID(String principalOrgID)
The identifier for your organization in Organizations. Use this to grant permissions to all the Amazon Web Services accounts under this organization.
principalOrgID
- The identifier for your organization in Organizations. Use this to grant permissions to all the Amazon Web
Services accounts under this organization.public void setFunctionUrlAuthType(String functionUrlAuthType)
The type of authentication that your function URL uses. Set to AWS_IAM
if you want to restrict
access to authenticated users only. Set to NONE
if you want to bypass IAM authentication to create a
public endpoint. For more information, see Security and auth model for Lambda function
URLs.
functionUrlAuthType
- The type of authentication that your function URL uses. Set to AWS_IAM
if you want to
restrict access to authenticated users only. Set to NONE
if you want to bypass IAM
authentication to create a public endpoint. For more information, see Security and auth model for Lambda
function URLs.FunctionUrlAuthType
public String getFunctionUrlAuthType()
The type of authentication that your function URL uses. Set to AWS_IAM
if you want to restrict
access to authenticated users only. Set to NONE
if you want to bypass IAM authentication to create a
public endpoint. For more information, see Security and auth model for Lambda function
URLs.
AWS_IAM
if you want to
restrict access to authenticated users only. Set to NONE
if you want to bypass IAM
authentication to create a public endpoint. For more information, see Security and auth model for Lambda
function URLs.FunctionUrlAuthType
public AddPermissionRequest withFunctionUrlAuthType(String functionUrlAuthType)
The type of authentication that your function URL uses. Set to AWS_IAM
if you want to restrict
access to authenticated users only. Set to NONE
if you want to bypass IAM authentication to create a
public endpoint. For more information, see Security and auth model for Lambda function
URLs.
functionUrlAuthType
- The type of authentication that your function URL uses. Set to AWS_IAM
if you want to
restrict access to authenticated users only. Set to NONE
if you want to bypass IAM
authentication to create a public endpoint. For more information, see Security and auth model for Lambda
function URLs.FunctionUrlAuthType
public AddPermissionRequest withFunctionUrlAuthType(FunctionUrlAuthType functionUrlAuthType)
The type of authentication that your function URL uses. Set to AWS_IAM
if you want to restrict
access to authenticated users only. Set to NONE
if you want to bypass IAM authentication to create a
public endpoint. For more information, see Security and auth model for Lambda function
URLs.
functionUrlAuthType
- The type of authentication that your function URL uses. Set to AWS_IAM
if you want to
restrict access to authenticated users only. Set to NONE
if you want to bypass IAM
authentication to create a public endpoint. For more information, see Security and auth model for Lambda
function URLs.FunctionUrlAuthType
public String toString()
toString
in class Object
Object.toString()
public AddPermissionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()