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