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
Modifier and TypeMethodDescriptionfileContent(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-