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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectedQueryS3OutputConfiguration.Builderbucket(String bucket)The S3 bucket to unload the protected query results.ProtectedQueryS3OutputConfiguration.BuilderkeyPrefix(String keyPrefix)The S3 prefix to unload the protected query results.ProtectedQueryS3OutputConfiguration.BuilderresultFormat(String resultFormat)Intended file format of the result.ProtectedQueryS3OutputConfiguration.BuilderresultFormat(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 Detail
-
resultFormat
ProtectedQueryS3OutputConfiguration.Builder resultFormat(String 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,ResultFormat
-
resultFormat
ProtectedQueryS3OutputConfiguration.Builder resultFormat(ResultFormat 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,ResultFormat
-
bucket
ProtectedQueryS3OutputConfiguration.Builder bucket(String 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
ProtectedQueryS3OutputConfiguration.Builder keyPrefix(String 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.
-
-