@Stability(value=Stable) public static final class CfnDetectorModel.SqsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDetectorModel.SqsProperty>
CfnDetectorModel.SqsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDetectorModel.SqsProperty |
build()
Builds the configured instance.
|
CfnDetectorModel.SqsProperty.Builder |
payload(CfnDetectorModel.PayloadProperty payload)
Sets the value of
CfnDetectorModel.SqsProperty.getPayload() |
CfnDetectorModel.SqsProperty.Builder |
payload(IResolvable payload)
Sets the value of
CfnDetectorModel.SqsProperty.getPayload() |
CfnDetectorModel.SqsProperty.Builder |
queueUrl(String queueUrl)
Sets the value of
CfnDetectorModel.SqsProperty.getQueueUrl() |
CfnDetectorModel.SqsProperty.Builder |
useBase64(Boolean useBase64)
Sets the value of
CfnDetectorModel.SqsProperty.getUseBase64() |
CfnDetectorModel.SqsProperty.Builder |
useBase64(IResolvable useBase64)
Sets the value of
CfnDetectorModel.SqsProperty.getUseBase64() |
@Stability(value=Stable) public CfnDetectorModel.SqsProperty.Builder queueUrl(String queueUrl)
CfnDetectorModel.SqsProperty.getQueueUrl()queueUrl - The URL of the SQS queue where the data is written. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.SqsProperty.Builder payload(CfnDetectorModel.PayloadProperty payload)
CfnDetectorModel.SqsProperty.getPayload()payload - You can configure the action payload when you send a message to an Amazon SQS queue.this@Stability(value=Stable) public CfnDetectorModel.SqsProperty.Builder payload(IResolvable payload)
CfnDetectorModel.SqsProperty.getPayload()payload - You can configure the action payload when you send a message to an Amazon SQS queue.this@Stability(value=Stable) public CfnDetectorModel.SqsProperty.Builder useBase64(Boolean useBase64)
CfnDetectorModel.SqsProperty.getUseBase64()useBase64 - Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue.
Otherwise, set this to FALSE.this@Stability(value=Stable) public CfnDetectorModel.SqsProperty.Builder useBase64(IResolvable useBase64)
CfnDetectorModel.SqsProperty.getUseBase64()useBase64 - Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue.
Otherwise, set this to FALSE.this@Stability(value=Stable) public CfnDetectorModel.SqsProperty build()
build in interface software.amazon.jsii.Builder<CfnDetectorModel.SqsProperty>CfnDetectorModel.SqsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.