Interface InputFileSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputFileSource.Builder,
,InputFileSource> SdkBuilder<InputFileSource.Builder,
,InputFileSource> SdkPojo
- Enclosing class:
InputFileSource
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-