@Generated(value="software.amazon.awssdk:codegen") public final class AddPermissionRequest extends LambdaRequest implements ToCopyableBuilder<AddPermissionRequest.Builder,AddPermissionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddPermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
action()
The action that the principal can use on the function.
|
static AddPermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventSourceToken()
For Alexa Smart Home functions, a token that must be supplied by the invoker.
|
String |
functionName()
The name of the Lambda function, version, or alias.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
principal()
The AWS service or account that invokes the function.
|
String |
qualifier()
Specify a version or alias to add permissions to a published version of the function.
|
String |
revisionId()
Only update the policy if the revision ID matches the ID that's specified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddPermissionRequest.Builder> |
serializableBuilderClass() |
String |
sourceAccount()
For AWS services, the ID of the account that owns the resource.
|
String |
sourceArn()
For AWS services, the ARN of the AWS resource that invokes the function.
|
String |
statementId()
A statement identifier that differentiates the statement from others in the same policy.
|
AddPermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String functionName()
The name 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 String statementId()
A statement identifier that differentiates the statement from others in the same policy.
public String action()
The action that the principal can use on the function. For example, lambda:InvokeFunction or
lambda:GetFunction.
lambda:InvokeFunction or
lambda:GetFunction.public String principal()
The AWS service or 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 String sourceArn()
For AWS services, the ARN of the AWS resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic.
public String sourceAccount()
For AWS services, the ID of the account that owns the resource. Use this instead of SourceArn to
grant permission to resources that are owned by another account (for example, all of an account's Amazon S3
buckets). Or use it together with SourceArn to ensure that the resource is owned by the specified
account. For example, an Amazon S3 bucket could be deleted by its owner and recreated by another account.
SourceArn to grant permission to resources that are owned by another account (for example,
all of an account's Amazon S3 buckets). Or use it together with SourceArn to ensure that the
resource is owned by the specified account. For example, an Amazon S3 bucket could be deleted by its
owner and recreated by another account.public String eventSourceToken()
For Alexa Smart Home functions, a token that must be supplied by the invoker.
public String qualifier()
Specify a version or alias to add permissions to a published version of the function.
public String revisionId()
Only update the policy 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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddPermissionRequest.Builder,AddPermissionRequest>toBuilder in class LambdaRequestpublic static AddPermissionRequest.Builder builder()
public static Class<? extends AddPermissionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.