Interface OutputDataConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutputDataConfig.Builder,,OutputDataConfig> SdkBuilder<OutputDataConfig.Builder,,OutputDataConfig> SdkPojo
- Enclosing class:
OutputDataConfig
@Mutable
@NotThreadSafe
public static interface OutputDataConfig.Builder
extends SdkPojo, CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptions3OutputPath(String s3OutputPath) S3 URI where the insights output will be stored.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, sdkFieldNameToField, sdkFields
-
Method Details
-
s3OutputPath
S3 URI where the insights output will be stored.
- Parameters:
s3OutputPath- S3 URI where the insights output will be stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-