Interface InputChannelDataSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputChannelDataSource.Builder,
,InputChannelDataSource> SdkBuilder<InputChannelDataSource.Builder,
,InputChannelDataSource> SdkPojo
- Enclosing class:
InputChannelDataSource
@Mutable
@NotThreadSafe
public static interface InputChannelDataSource.Builder
extends SdkPojo, CopyableBuilder<InputChannelDataSource.Builder,InputChannelDataSource>
-
Method Summary
Modifier and TypeMethodDescriptiondefault InputChannelDataSource.Builder
protectedQueryInputParameters
(Consumer<ProtectedQueryInputParameters.Builder> protectedQueryInputParameters) Sets the value of the ProtectedQueryInputParameters property for this object.protectedQueryInputParameters
(ProtectedQueryInputParameters protectedQueryInputParameters) Sets the value of the ProtectedQueryInputParameters property for this object.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
-
protectedQueryInputParameters
InputChannelDataSource.Builder protectedQueryInputParameters(ProtectedQueryInputParameters protectedQueryInputParameters) Sets the value of the ProtectedQueryInputParameters property for this object.- Parameters:
protectedQueryInputParameters
- The new value for the ProtectedQueryInputParameters property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectedQueryInputParameters
default InputChannelDataSource.Builder protectedQueryInputParameters(Consumer<ProtectedQueryInputParameters.Builder> protectedQueryInputParameters) Sets the value of the ProtectedQueryInputParameters property for this object. This is a convenience method that creates an instance of theProtectedQueryInputParameters.Builder
avoiding the need to create one manually viaProtectedQueryInputParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprotectedQueryInputParameters(ProtectedQueryInputParameters)
.- Parameters:
protectedQueryInputParameters
- a consumer that will call methods onProtectedQueryInputParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-