Interface ProtectedQueryS3OutputConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedQueryS3OutputConfiguration.Builder,
,ProtectedQueryS3OutputConfiguration> SdkBuilder<ProtectedQueryS3OutputConfiguration.Builder,
,ProtectedQueryS3OutputConfiguration> SdkPojo
- Enclosing class:
ProtectedQueryS3OutputConfiguration
@Mutable
@NotThreadSafe
public static interface ProtectedQueryS3OutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<ProtectedQueryS3OutputConfiguration.Builder,ProtectedQueryS3OutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket to unload the protected query results.The S3 prefix to unload the protected query results.resultFormat
(String resultFormat) Intended file format of the result.resultFormat
(ResultFormat resultFormat) Intended file format of the result.singleFileOutput
(Boolean singleFileOutput) Indicates whether files should be output as a single file (TRUE
) or output as multiple files (FALSE
).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
-
resultFormat
Intended file format of the result.
- Parameters:
resultFormat
- Intended file format of the result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resultFormat
Intended file format of the result.
- Parameters:
resultFormat
- Intended file format of the result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bucket
The S3 bucket to unload the protected query results.
- Parameters:
bucket
- The S3 bucket to unload the protected query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPrefix
The S3 prefix to unload the protected query results.
- Parameters:
keyPrefix
- The S3 prefix to unload the protected query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleFileOutput
Indicates whether files should be output as a single file (
TRUE
) or output as multiple files (FALSE
). This parameter is only supported for analyses with the Spark analytics engine.- Parameters:
singleFileOutput
- Indicates whether files should be output as a single file (TRUE
) or output as multiple files (FALSE
). This parameter is only supported for analyses with the Spark analytics engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-