Interface ProtectedQueryS3Output.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectedQueryS3Output.Builder,ProtectedQueryS3Output>,SdkBuilder<ProtectedQueryS3Output.Builder,ProtectedQueryS3Output>,SdkPojo
- Enclosing class:
- ProtectedQueryS3Output
public static interface ProtectedQueryS3Output.Builder extends SdkPojo, CopyableBuilder<ProtectedQueryS3Output.Builder,ProtectedQueryS3Output>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectedQueryS3Output.Builderlocation(String location)The S3 location 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
-
location
ProtectedQueryS3Output.Builder location(String location)
The S3 location of the result.
- Parameters:
location- The S3 location of the result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-