public static interface ObjectLambdaTransformationConfiguration.Builder extends SdkPojo, CopyableBuilder<ObjectLambdaTransformationConfiguration.Builder,ObjectLambdaTransformationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ObjectLambdaTransformationConfiguration.Builder |
actions(Collection<ObjectLambdaTransformationConfigurationAction> actions)
A container for the action of an Object Lambda Access Point configuration.
|
ObjectLambdaTransformationConfiguration.Builder |
actions(ObjectLambdaTransformationConfigurationAction... actions)
A container for the action of an Object Lambda Access Point configuration.
|
ObjectLambdaTransformationConfiguration.Builder |
actionsWithStrings(Collection<String> actions)
A container for the action of an Object Lambda Access Point configuration.
|
ObjectLambdaTransformationConfiguration.Builder |
actionsWithStrings(String... actions)
A container for the action of an Object Lambda Access Point configuration.
|
default ObjectLambdaTransformationConfiguration.Builder |
contentTransformation(Consumer<ObjectLambdaContentTransformation.Builder> contentTransformation)
A container for the content transformation of an Object Lambda Access Point configuration.
|
ObjectLambdaTransformationConfiguration.Builder |
contentTransformation(ObjectLambdaContentTransformation contentTransformation)
A container for the content transformation of an Object Lambda Access Point configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildObjectLambdaTransformationConfiguration.Builder actionsWithStrings(Collection<String> actions)
A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject, ListObjects, HeadObject, and ListObjectsV2.
actions - A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject, ListObjects, HeadObject, and
ListObjectsV2.ObjectLambdaTransformationConfiguration.Builder actionsWithStrings(String... actions)
A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject, ListObjects, HeadObject, and ListObjectsV2.
actions - A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject, ListObjects, HeadObject, and
ListObjectsV2.ObjectLambdaTransformationConfiguration.Builder actions(Collection<ObjectLambdaTransformationConfigurationAction> actions)
A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject, ListObjects, HeadObject, and ListObjectsV2.
actions - A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject, ListObjects, HeadObject, and
ListObjectsV2.ObjectLambdaTransformationConfiguration.Builder actions(ObjectLambdaTransformationConfigurationAction... actions)
A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject, ListObjects, HeadObject, and ListObjectsV2.
actions - A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject, ListObjects, HeadObject, and
ListObjectsV2.ObjectLambdaTransformationConfiguration.Builder contentTransformation(ObjectLambdaContentTransformation contentTransformation)
A container for the content transformation of an Object Lambda Access Point configuration.
contentTransformation - A container for the content transformation of an Object Lambda Access Point configuration.default ObjectLambdaTransformationConfiguration.Builder contentTransformation(Consumer<ObjectLambdaContentTransformation.Builder> contentTransformation)
A container for the content transformation of an Object Lambda Access Point configuration.
This is a convenience method that creates an instance of theObjectLambdaContentTransformation.Builder avoiding the need to create one manually via
ObjectLambdaContentTransformation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to contentTransformation(ObjectLambdaContentTransformation).
contentTransformation - a consumer that will call methods on ObjectLambdaContentTransformation.BuildercontentTransformation(ObjectLambdaContentTransformation)Copyright © 2023. All rights reserved.