public static interface GetConnectorsResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetConnectorsResponse.Builder,GetConnectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConnectorsResponse.Builder |
connectorList(Collection<Connector> connectorList)
Information about the registered connectors.
|
GetConnectorsResponse.Builder |
connectorList(Connector... connectorList)
Information about the registered connectors.
|
GetConnectorsResponse.Builder |
connectorList(Consumer<Connector.Builder>... connectorList)
Information about the registered connectors.
|
GetConnectorsResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectorsResponse.Builder connectorList(Collection<Connector> connectorList)
Information about the registered connectors.
connectorList - Information about the registered connectors.GetConnectorsResponse.Builder connectorList(Connector... connectorList)
Information about the registered connectors.
connectorList - Information about the registered connectors.GetConnectorsResponse.Builder connectorList(Consumer<Connector.Builder>... connectorList)
Information about the registered connectors.
This is a convenience method that creates an instance of theConnector.Builder avoiding the need to create one manually
via Connector.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #connectorList(List.
connectorList - a consumer that will call methods on
Connector.Builder#connectorList(java.util.Collection) GetConnectorsResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null when there are no more results to return.
nextToken - The token required to retrieve the next set of results. This value is null when there are no more
results to return.Copyright © 2023. All rights reserved.