Interface ConnectionsList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectionsList.Builder,
,ConnectionsList> SdkBuilder<ConnectionsList.Builder,
,ConnectionsList> SdkPojo
- Enclosing class:
ConnectionsList
@Mutable
@NotThreadSafe
public static interface ConnectionsList.Builder
extends SdkPojo, CopyableBuilder<ConnectionsList.Builder,ConnectionsList>
-
Method Summary
Modifier and TypeMethodDescriptionconnections
(String... connections) A list of connections used by the job.connections
(Collection<String> connections) A list of connections used by the job.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
-
connections
A list of connections used by the job.
- Parameters:
connections
- A list of connections used by the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connections
A list of connections used by the job.
- Parameters:
connections
- A list of connections used by the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-