Interface SqlApplicationConfigurationDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SqlApplicationConfigurationDescription.Builder,SqlApplicationConfigurationDescription>,SdkBuilder<SqlApplicationConfigurationDescription.Builder,SqlApplicationConfigurationDescription>,SdkPojo
- Enclosing class:
- SqlApplicationConfigurationDescription
public static interface SqlApplicationConfigurationDescription.Builder extends SdkPojo, CopyableBuilder<SqlApplicationConfigurationDescription.Builder,SqlApplicationConfigurationDescription>
-
-
Method Summary
-
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
-
inputDescriptions
SqlApplicationConfigurationDescription.Builder inputDescriptions(Collection<InputDescription> inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
- Parameters:
inputDescriptions- The array of InputDescription objects describing the input streams used by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDescriptions
SqlApplicationConfigurationDescription.Builder inputDescriptions(InputDescription... inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
- Parameters:
inputDescriptions- The array of InputDescription objects describing the input streams used by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDescriptions
SqlApplicationConfigurationDescription.Builder inputDescriptions(Consumer<InputDescription.Builder>... inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
This is a convenience method that creates an instance of theInputDescription.Builderavoiding the need to create one manually viaInputDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#inputDescriptions(List.) - Parameters:
inputDescriptions- a consumer that will call methods onInputDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#inputDescriptions(java.util.Collection)
-
outputDescriptions
SqlApplicationConfigurationDescription.Builder outputDescriptions(Collection<OutputDescription> outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
- Parameters:
outputDescriptions- The array of OutputDescription objects describing the destination streams used by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDescriptions
SqlApplicationConfigurationDescription.Builder outputDescriptions(OutputDescription... outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
- Parameters:
outputDescriptions- The array of OutputDescription objects describing the destination streams used by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDescriptions
SqlApplicationConfigurationDescription.Builder outputDescriptions(Consumer<OutputDescription.Builder>... outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
This is a convenience method that creates an instance of theOutputDescription.Builderavoiding the need to create one manually viaOutputDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#outputDescriptions(List.) - Parameters:
outputDescriptions- a consumer that will call methods onOutputDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#outputDescriptions(java.util.Collection)
-
referenceDataSourceDescriptions
SqlApplicationConfigurationDescription.Builder referenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
- Parameters:
referenceDataSourceDescriptions- The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceDataSourceDescriptions
SqlApplicationConfigurationDescription.Builder referenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
- Parameters:
referenceDataSourceDescriptions- The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceDataSourceDescriptions
SqlApplicationConfigurationDescription.Builder referenceDataSourceDescriptions(Consumer<ReferenceDataSourceDescription.Builder>... referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
This is a convenience method that creates an instance of theReferenceDataSourceDescription.Builderavoiding the need to create one manually viaReferenceDataSourceDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#referenceDataSourceDescriptions(List.) - Parameters:
referenceDataSourceDescriptions- a consumer that will call methods onReferenceDataSourceDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#referenceDataSourceDescriptions(java.util.Collection)
-
-