Interface ConnectionsList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectionsList.Builder,ConnectionsList>,SdkBuilder<ConnectionsList.Builder,ConnectionsList>,SdkPojo
- Enclosing class:
- ConnectionsList
public static interface ConnectionsList.Builder extends SdkPojo, CopyableBuilder<ConnectionsList.Builder,ConnectionsList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionsList.Builderconnections(String... connections)A list of connections used by the job.ConnectionsList.Builderconnections(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 Detail
-
connections
ConnectionsList.Builder connections(Collection<String> 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
ConnectionsList.Builder connections(String... 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.
-
-