Interface OutputFileUriValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputFileUriValue.Builder,OutputFileUriValue>,SdkBuilder<OutputFileUriValue.Builder,OutputFileUriValue>,SdkPojo
- Enclosing class:
- OutputFileUriValue
public static interface OutputFileUriValue.Builder extends SdkPojo, CopyableBuilder<OutputFileUriValue.Builder,OutputFileUriValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputFileUriValue.BuilderfileName(String fileName)The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.-
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
-
fileName
OutputFileUriValue.Builder fileName(String fileName)
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
- Parameters:
fileName- The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-