Interface ProtectedQueryOutputConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedQueryOutputConfiguration.Builder,
,ProtectedQueryOutputConfiguration> SdkBuilder<ProtectedQueryOutputConfiguration.Builder,
,ProtectedQueryOutputConfiguration> SdkPojo
- Enclosing class:
ProtectedQueryOutputConfiguration
public static interface ProtectedQueryOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<ProtectedQueryOutputConfiguration.Builder,ProtectedQueryOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionRequired configuration for a protected query with an `S3` output type.Required configuration for a protected query with an `S3` output type.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
-
s3
Required configuration for a protected query with an `S3` output type.
- Parameters:
s3
- Required configuration for a protected query with an `S3` output type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
default ProtectedQueryOutputConfiguration.Builder s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3) Required configuration for a protected query with an `S3` output type.
This is a convenience method that creates an instance of theProtectedQueryS3OutputConfiguration.Builder
avoiding the need to create one manually viaProtectedQueryS3OutputConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3(ProtectedQueryS3OutputConfiguration)
.- Parameters:
s3
- a consumer that will call methods onProtectedQueryS3OutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-