public static interface ConnectorDefinitionVersion.Builder extends SdkPojo, CopyableBuilder<ConnectorDefinitionVersion.Builder,ConnectorDefinitionVersion>
Modifier and Type | Method and Description |
---|---|
ConnectorDefinitionVersion.Builder |
connectors(Collection<Connector> connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
ConnectorDefinitionVersion.Builder |
connectors(Connector... connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
ConnectorDefinitionVersion.Builder |
connectors(Consumer<Connector.Builder>... connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
copy
applyMutation, build
ConnectorDefinitionVersion.Builder connectors(Collection<Connector> connectors)
connectors
- A list of references to connectors in this version, with their corresponding configuration settings.ConnectorDefinitionVersion.Builder connectors(Connector... connectors)
connectors
- A list of references to connectors in this version, with their corresponding configuration settings.ConnectorDefinitionVersion.Builder connectors(Consumer<Connector.Builder>... connectors)
List.Builder
avoiding the need to create one
manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #connectors(List)
.connectors
- a consumer that will call methods on List.Builder
#connectors(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.