@Stability(value=Stable) public static final class CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty |
build()
Builds the configured instance.
|
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder |
clientContext(String clientContext)
|
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder |
payload(String payload)
|
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder |
qualifier(String qualifier)
|
@Stability(value=Stable) public CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder clientContext(String clientContext)
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.getClientContext()clientContext - Client-specific information to pass to the AWS Lambda function that you're invoking.
You can then use the context variable to process the client information in your AWS Lambda function.this@Stability(value=Stable) public CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder payload(String payload)
payload - JSON to provide to your AWS Lambda function as input.
Although
Typeis listed as "String" for this property, the payload content must be formatted as a Base64-encoded binary data object.
Length Constraint: 4096
this@Stability(value=Stable) public CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder qualifier(String qualifier)
qualifier - An AWS Lambda function version or alias name.
If you specify a function version, the action uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the action uses the alias ARN to invoke the Lambda function version that the alias points to.this@Stability(value=Stable) public CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty>CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.