Class AwsLambdaTransformation
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.AwsLambdaTransformation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsLambdaTransformation.Builder,AwsLambdaTransformation>
@Generated("software.amazon.awssdk:codegen") public final class AwsLambdaTransformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsLambdaTransformation.Builder,AwsLambdaTransformation>
Lambda function used to transform objects through an Object Lambda Access Point.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsLambdaTransformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsLambdaTransformation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfunctionArn()The Amazon Resource Name (ARN) of the Lambda function.StringfunctionPayload()Additional JSON that provides supplemental data to the Lambda function used to transform objects.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AwsLambdaTransformation.Builder>serializableBuilderClass()AwsLambdaTransformation.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
-
functionArn
public final String functionArn()
The Amazon Resource Name (ARN) of the Lambda function.
- Returns:
- The Amazon Resource Name (ARN) of the Lambda function.
-
functionPayload
public final String functionPayload()
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
- Returns:
- Additional JSON that provides supplemental data to the Lambda function used to transform objects.
-
toBuilder
public AwsLambdaTransformation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsLambdaTransformation.Builder,AwsLambdaTransformation>
-
builder
public static AwsLambdaTransformation.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsLambdaTransformation.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.
-
-