Interface ProtectedQueryS3OutputConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedQueryS3OutputConfiguration.Builder,
,ProtectedQueryS3OutputConfiguration> SdkBuilder<ProtectedQueryS3OutputConfiguration.Builder,
,ProtectedQueryS3OutputConfiguration> SdkPojo
- Enclosing class:
ProtectedQueryS3OutputConfiguration
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.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 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.
-