public static interface ListConnectorsResponse.Builder extends PcaConnectorAdResponse.Builder, SdkPojo, CopyableBuilder<ListConnectorsResponse.Builder,ListConnectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResponse.Builder |
connectors(Collection<ConnectorSummary> connectors)
Summary information about each connector you have created.
|
ListConnectorsResponse.Builder |
connectors(ConnectorSummary... connectors)
Summary information about each connector you have created.
|
ListConnectorsResponse.Builder |
connectors(Consumer<ConnectorSummary.Builder>... connectors)
Summary information about each connector you have created.
|
ListConnectorsResponse.Builder |
nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectorsResponse.Builder connectors(Collection<ConnectorSummary> connectors)
Summary information about each connector you have created.
connectors - Summary information about each connector you have created.ListConnectorsResponse.Builder connectors(ConnectorSummary... connectors)
Summary information about each connector you have created.
connectors - Summary information about each connector you have created.ListConnectorsResponse.Builder connectors(Consumer<ConnectorSummary.Builder>... connectors)
Summary information about each connector you have created.
This is a convenience method that creates an instance of theConnectorSummary.Builder avoiding the need to
create one manually via
ConnectorSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #connectors(List.
connectors - a consumer that will call methods on
ConnectorSummary.Builder#connectors(java.util.Collection) ListConnectorsResponse.Builder nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just received.Copyright © 2023. All rights reserved.