Interface InputFileSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputFileSource.Builder,InputFileSource>,SdkBuilder<InputFileSource.Builder,InputFileSource>,SdkPojo
- Enclosing class:
- InputFileSource
public static interface InputFileSource.Builder extends SdkPojo, CopyableBuilder<InputFileSource.Builder,InputFileSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputFileSource.BuilderfileContent(String fileContent)Specify the input contents, as a string, for the source of an outbound transformation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fileContent
InputFileSource.Builder fileContent(String fileContent)
Specify the input contents, as a string, for the source of an outbound transformation.
- Parameters:
fileContent- Specify the input contents, as a string, for the source of an outbound transformation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-