Interface ProtectedQueryS3Output.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedQueryS3Output.Builder,
,ProtectedQueryS3Output> SdkBuilder<ProtectedQueryS3Output.Builder,
,ProtectedQueryS3Output> SdkPojo
- Enclosing class:
ProtectedQueryS3Output
@Mutable
@NotThreadSafe
public static interface ProtectedQueryS3Output.Builder
extends SdkPojo, CopyableBuilder<ProtectedQueryS3Output.Builder,ProtectedQueryS3Output>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-