Class LambdaFunctionScheduledEventDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sfn.model.LambdaFunctionScheduledEventDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LambdaFunctionScheduledEventDetails.Builder,LambdaFunctionScheduledEventDetails>
@Generated("software.amazon.awssdk:codegen") public final class LambdaFunctionScheduledEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionScheduledEventDetails.Builder,LambdaFunctionScheduledEventDetails>
Contains details about a Lambda function scheduled during an execution.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLambdaFunctionScheduledEventDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LambdaFunctionScheduledEventDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringinput()The JSON data input to the Lambda function.HistoryEventExecutionDataDetailsinputDetails()Contains details about input for an execution history event.Stringresource()The Amazon Resource Name (ARN) of the scheduled Lambda function.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LambdaFunctionScheduledEventDetails.Builder>serializableBuilderClass()TaskCredentialstaskCredentials()The credentials that Step Functions uses for the task.LongtimeoutInSeconds()The maximum allowed duration of the Lambda function.LambdaFunctionScheduledEventDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resource
public final String resource()
The Amazon Resource Name (ARN) of the scheduled Lambda function.
- Returns:
- The Amazon Resource Name (ARN) of the scheduled Lambda function.
-
input
public final String input()
The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
- Returns:
- The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
-
inputDetails
public final HistoryEventExecutionDataDetails inputDetails()
Contains details about input for an execution history event.
- Returns:
- Contains details about input for an execution history event.
-
timeoutInSeconds
public final Long timeoutInSeconds()
The maximum allowed duration of the Lambda function.
- Returns:
- The maximum allowed duration of the Lambda function.
-
taskCredentials
public final TaskCredentials taskCredentials()
The credentials that Step Functions uses for the task.
- Returns:
- The credentials that Step Functions uses for the task.
-
toBuilder
public LambdaFunctionScheduledEventDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LambdaFunctionScheduledEventDetails.Builder,LambdaFunctionScheduledEventDetails>
-
builder
public static LambdaFunctionScheduledEventDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends LambdaFunctionScheduledEventDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-