@Generated(value="software.amazon.awssdk:codegen") public class MaintenanceWindowLambdaParameters extends Object implements StructuredPojo, ToCopyableBuilder<MaintenanceWindowLambdaParameters.Builder,MaintenanceWindowLambdaParameters>
The parameters for a LAMBDA task type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaintenanceWindowLambdaParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowLambdaParameters.Builder |
builder() |
String |
clientContext()
Pass client-specific information to the Lambda function that you are invoking.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
ByteBuffer |
payload()
JSON to provide to your Lambda function as input.
|
String |
qualifier()
(Optional) Specify a Lambda function version or alias name.
|
static Class<? extends MaintenanceWindowLambdaParameters.Builder> |
serializableBuilderClass() |
MaintenanceWindowLambdaParameters.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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.
public String qualifier()
(Optional) Specify a Lambda function version or alias name. If you specify a function version, the action uses the qualified function 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 to which the alias points.
public ByteBuffer payload()
JSON to provide to your Lambda function as input.
This method will return a new read-only ByteBuffer each time it is invoked.
public MaintenanceWindowLambdaParameters.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<MaintenanceWindowLambdaParameters.Builder,MaintenanceWindowLambdaParameters>public static MaintenanceWindowLambdaParameters.Builder builder()
public static Class<? extends MaintenanceWindowLambdaParameters.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.