Interface OutputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>,SdkBuilder<OutputDataConfig.Builder,OutputDataConfig>,SdkPojo
- Enclosing class:
- OutputDataConfig
public static interface OutputDataConfig.Builder extends SdkPojo, CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputDataConfig.Builders3Uri(String s3Uri)The S3 URI where the output data is stored.-
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
-
s3Uri
OutputDataConfig.Builder s3Uri(String s3Uri)
The S3 URI where the output data is stored.
- Parameters:
s3Uri- The S3 URI where the output data is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-