Interface ProtectedQueryResultConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedQueryResultConfiguration.Builder,
,ProtectedQueryResultConfiguration> SdkBuilder<ProtectedQueryResultConfiguration.Builder,
,ProtectedQueryResultConfiguration> SdkPojo
- Enclosing class:
ProtectedQueryResultConfiguration
@Mutable
@NotThreadSafe
public static interface ProtectedQueryResultConfiguration.Builder
extends SdkPojo, CopyableBuilder<ProtectedQueryResultConfiguration.Builder,ProtectedQueryResultConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionoutputConfiguration
(Consumer<ProtectedQueryOutputConfiguration.Builder> outputConfiguration) Configuration for protected query results.outputConfiguration
(ProtectedQueryOutputConfiguration outputConfiguration) Configuration for protected query results.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
-
outputConfiguration
ProtectedQueryResultConfiguration.Builder outputConfiguration(ProtectedQueryOutputConfiguration outputConfiguration) Configuration for protected query results.
- Parameters:
outputConfiguration
- Configuration for protected query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfiguration
default ProtectedQueryResultConfiguration.Builder outputConfiguration(Consumer<ProtectedQueryOutputConfiguration.Builder> outputConfiguration) Configuration for protected query results.
This is a convenience method that creates an instance of theProtectedQueryOutputConfiguration.Builder
avoiding the need to create one manually viaProtectedQueryOutputConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputConfiguration(ProtectedQueryOutputConfiguration)
.- Parameters:
outputConfiguration
- a consumer that will call methods onProtectedQueryOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-