public static interface MaintenanceWindowLambdaParameters.Builder extends SdkPojo, CopyableBuilder<MaintenanceWindowLambdaParameters.Builder,MaintenanceWindowLambdaParameters>
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowLambdaParameters.Builder |
clientContext(String clientContext)
Pass client-specific information to the Lambda function that you are invoking.
|
MaintenanceWindowLambdaParameters.Builder |
payload(SdkBytes payload)
JSON to provide to your Lambda function as input.
|
MaintenanceWindowLambdaParameters.Builder |
qualifier(String qualifier)
(Optional) Specify an Lambda function version or alias name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMaintenanceWindowLambdaParameters.Builder clientContext(String clientContext)
Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.
clientContext - Pass client-specific information to the Lambda function that you are invoking. You can then process
the client information in your Lambda function as you choose through the context variable.MaintenanceWindowLambdaParameters.Builder qualifier(String qualifier)
(Optional) Specify an Lambda function version or alias name. If you specify a function version, the operation uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the operation uses the alias ARN to invoke the Lambda function version to which the alias points.
qualifier - (Optional) Specify an Lambda function version or alias name. If you specify a function version, the
operation uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function.
If you specify an alias name, the operation uses the alias ARN to invoke the Lambda function version
to which the alias points.MaintenanceWindowLambdaParameters.Builder payload(SdkBytes payload)
JSON to provide to your Lambda function as input.
payload - JSON to provide to your Lambda function as input.Copyright © 2021. All rights reserved.