public static interface AddPermissionRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<AddPermissionRequest.Builder,AddPermissionRequest>
Modifier and Type | Method and Description |
---|---|
AddPermissionRequest.Builder |
action(String action)
The action that the principal can use on the function.
|
AddPermissionRequest.Builder |
eventSourceToken(String eventSourceToken)
For Alexa Smart Home functions, a token that the invoker must supply.
|
AddPermissionRequest.Builder |
functionName(String functionName)
The name of the Lambda function, version, or alias.
|
AddPermissionRequest.Builder |
functionUrlAuthType(FunctionUrlAuthType functionUrlAuthType)
The type of authentication that your function URL uses.
|
AddPermissionRequest.Builder |
functionUrlAuthType(String functionUrlAuthType)
The type of authentication that your function URL uses.
|
AddPermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddPermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddPermissionRequest.Builder |
principal(String principal)
The Amazon Web Service or Amazon Web Services account that invokes the function.
|
AddPermissionRequest.Builder |
principalOrgID(String principalOrgID)
The identifier for your organization in Organizations.
|
AddPermissionRequest.Builder |
qualifier(String qualifier)
Specify a version or alias to add permissions to a published version of the function.
|
AddPermissionRequest.Builder |
revisionId(String revisionId)
Update the policy only if the revision ID matches the ID that's specified.
|
AddPermissionRequest.Builder |
sourceAccount(String sourceAccount)
For Amazon Web Service, the ID of the Amazon Web Services account that owns the resource.
|
AddPermissionRequest.Builder |
sourceArn(String sourceArn)
For Amazon Web Services, the ARN of the Amazon Web Services resource that invokes the function.
|
AddPermissionRequest.Builder |
statementId(String statementId)
A statement identifier that differentiates the statement from others in the same policy.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AddPermissionRequest.Builder functionName(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.
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.
AddPermissionRequest.Builder statementId(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.AddPermissionRequest.Builder action(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
.AddPermissionRequest.Builder principal(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.AddPermissionRequest.Builder sourceArn(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.
AddPermissionRequest.Builder sourceAccount(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.AddPermissionRequest.Builder eventSourceToken(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.AddPermissionRequest.Builder qualifier(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.AddPermissionRequest.Builder revisionId(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.AddPermissionRequest.Builder principalOrgID(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.AddPermissionRequest.Builder functionUrlAuthType(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
,
FunctionUrlAuthType
AddPermissionRequest.Builder functionUrlAuthType(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
,
FunctionUrlAuthType
AddPermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AddPermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.