CopyableBuilder<DescribeConnectionsResponse.Builder,DescribeConnectionsResponse>, SdkBuilder<DescribeConnectionsResponse.Builder,DescribeConnectionsResponse>public static interface DescribeConnectionsResponse.Builder extends CopyableBuilder<DescribeConnectionsResponse.Builder,DescribeConnectionsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeConnectionsResponse.Builder |
connections(Collection<Connection> connections) |
A description of the connections.
|
DescribeConnectionsResponse.Builder |
connections(Connection... connections) |
A description of the connections.
|
DescribeConnectionsResponse.Builder |
marker(String marker) |
An optional pagination token provided by a previous request.
|
copyapply, buildDescribeConnectionsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
marker - An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeConnectionsResponse.Builder connections(Collection<Connection> connections)
A description of the connections.
connections - A description of the connections.DescribeConnectionsResponse.Builder connections(Connection... connections)
A description of the connections.
NOTE: This method appends the values to the existing list (if any). Use
#setConnections(java.util.Collection) or #withConnections(java.util.Collection) if you want
to override the existing values.
connections - A description of the connections.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.