Package com.pulumi.aws.s3control.outputs
Class ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.Builder
- java.lang.Object
-
- com.pulumi.aws.s3control.outputs.ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.Builder
-
- Enclosing class:
- ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda
public static final class ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda
build()
ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.Builder
functionArn(java.lang.String functionArn)
ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.Builder
functionPayload(java.lang.String functionPayload)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda defaults)
-
-
Method Detail
-
functionArn
public ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.Builder functionArn(java.lang.String functionArn)
-
functionPayload
public ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda.Builder functionPayload(@Nullable java.lang.String functionPayload)
-
-