public static interface ListInputsResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<ListInputsResponse.Builder,ListInputsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInputsResponse.Builder |
inputSummaries(Collection<InputSummary> inputSummaries)
Summary information about the inputs.
|
ListInputsResponse.Builder |
inputSummaries(Consumer<InputSummary.Builder>... inputSummaries)
Summary information about the inputs.
|
ListInputsResponse.Builder |
inputSummaries(InputSummary... inputSummaries)
Summary information about the inputs.
|
ListInputsResponse.Builder |
nextToken(String nextToken)
The token that you can use to return the next set of results, or
null if there are no more
results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInputsResponse.Builder inputSummaries(Collection<InputSummary> inputSummaries)
Summary information about the inputs.
inputSummaries - Summary information about the inputs.ListInputsResponse.Builder inputSummaries(InputSummary... inputSummaries)
Summary information about the inputs.
inputSummaries - Summary information about the inputs.ListInputsResponse.Builder inputSummaries(Consumer<InputSummary.Builder>... inputSummaries)
Summary information about the inputs.
This is a convenience method that creates an instance of theInputSummary.Builder avoiding the need to create one
manually via InputSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #inputSummaries(List.
inputSummaries - a consumer that will call methods on
InputSummary.Builder#inputSummaries(java.util.Collection) ListInputsResponse.Builder nextToken(String nextToken)
The token that you can use to return the next set of results, or null if there are no more
results.
nextToken - The token that you can use to return the next set of results, or null if there are no
more results.Copyright © 2023. All rights reserved.