Class ObjectLambdaContentTransformation
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.ObjectLambdaContentTransformation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ObjectLambdaContentTransformation.Builder,ObjectLambdaContentTransformation>
@Generated("software.amazon.awssdk:codegen") public final class ObjectLambdaContentTransformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectLambdaContentTransformation.Builder,ObjectLambdaContentTransformation>
A container for AwsLambdaTransformation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceObjectLambdaContentTransformation.Builderstatic classObjectLambdaContentTransformation.Type
-
Method Summary
-
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
-
awsLambda
public final AwsLambdaTransformation awsLambda()
A container for an Lambda function.
- Returns:
- A container for an Lambda function.
-
toBuilder
public ObjectLambdaContentTransformation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ObjectLambdaContentTransformation.Builder,ObjectLambdaContentTransformation>
-
builder
public static ObjectLambdaContentTransformation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ObjectLambdaContentTransformation.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.
-
fromAwsLambda
public static ObjectLambdaContentTransformation fromAwsLambda(AwsLambdaTransformation awsLambda)
Create an instance of this class withawsLambda()initialized to the given value.A container for an Lambda function.
- Parameters:
awsLambda- A container for an Lambda function.
-
fromAwsLambda
public static ObjectLambdaContentTransformation fromAwsLambda(Consumer<AwsLambdaTransformation.Builder> awsLambda)
Create an instance of this class withawsLambda()initialized to the given value.A container for an Lambda function.
- Parameters:
awsLambda- A container for an Lambda function.
-
type
public ObjectLambdaContentTransformation.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beObjectLambdaContentTransformation.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beObjectLambdaContentTransformation.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-