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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetConnectorsResponse.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 that creates an instance of theList.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 #connectorList(List)
.connectorList
- a consumer that will call methods on List.Builder
#connectorList(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.