CopyableBuilder<SqsAction.Builder,SqsAction>, SdkBuilder<SqsAction.Builder,SqsAction>public static interface SqsAction.Builder extends CopyableBuilder<SqsAction.Builder,SqsAction>
| Modifier and Type | Method | Description |
|---|---|---|
SqsAction.Builder |
queueUrl(String queueUrl) |
The URL of the Amazon SQS queue.
|
SqsAction.Builder |
roleArn(String roleArn) |
The ARN of the IAM role that grants access.
|
SqsAction.Builder |
useBase64(Boolean useBase64) |
Specifies whether to use Base64 encoding.
|
copyapply, buildSqsAction.Builder roleArn(String roleArn)
The ARN of the IAM role that grants access.
roleArn - The ARN of the IAM role that grants access.SqsAction.Builder queueUrl(String queueUrl)
The URL of the Amazon SQS queue.
queueUrl - The URL of the Amazon SQS queue.SqsAction.Builder useBase64(Boolean useBase64)
Specifies whether to use Base64 encoding.
useBase64 - Specifies whether to use Base64 encoding.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.