Interface ListInputsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListInputsResponse.Builder,,ListInputsResponse> IotEventsResponse.Builder,SdkBuilder<ListInputsResponse.Builder,,ListInputsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListInputsResponse
public static interface ListInputsResponse.Builder
extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<ListInputsResponse.Builder,ListInputsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninputSummaries(Collection<InputSummary> inputSummaries) Summary information about the inputs.inputSummaries(Consumer<InputSummary.Builder>... inputSummaries) Summary information about the inputs.inputSummaries(InputSummary... inputSummaries) Summary information about the inputs.The token that you can use to return the next set of results, ornullif there are no more results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotevents.model.IotEventsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
inputSummaries
Summary information about the inputs.
- Parameters:
inputSummaries- Summary information about the inputs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSummaries
Summary information about the inputs.
- Parameters:
inputSummaries- Summary information about the inputs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSummaries
Summary information about the inputs.
This is a convenience method that creates an instance of theInputSummary.Builderavoiding the need to create one manually viaInputSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputSummaries(List<InputSummary>).- Parameters:
inputSummaries- a consumer that will call methods onInputSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token that you can use to return the next set of results, or
nullif there are no more results.- Parameters:
nextToken- The token that you can use to return the next set of results, ornullif there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-