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 input is
GetObject.
actions - A container for the action of an Object Lambda Access Point configuration. Valid input is
GetObject.ObjectLambdaTransformationConfiguration.Builder actionsWithStrings(String... actions)
A container for the action of an Object Lambda Access Point configuration. Valid input is
GetObject.
actions - A container for the action of an Object Lambda Access Point configuration. Valid input is
GetObject.ObjectLambdaTransformationConfiguration.Builder actions(Collection<ObjectLambdaTransformationConfigurationAction> actions)
A container for the action of an Object Lambda Access Point configuration. Valid input is
GetObject.
actions - A container for the action of an Object Lambda Access Point configuration. Valid input is
GetObject.ObjectLambdaTransformationConfiguration.Builder actions(ObjectLambdaTransformationConfigurationAction... actions)
A container for the action of an Object Lambda Access Point configuration. Valid input is
GetObject.
actions - A container for the action of an Object Lambda Access Point configuration. Valid input is
GetObject.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 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 © 2021. All rights reserved.