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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
resultFormatIntended 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:
 
- 
resultFormatIntended 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:
 
- 
bucketThe 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.
 
- 
keyPrefixThe 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.
 
- 
singleFileOutputIndicates 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.
 
 
-