Interface ListComputationModelDataBindingUsagesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListComputationModelDataBindingUsagesResponse.Builder,,ListComputationModelDataBindingUsagesResponse> IoTSiteWiseResponse.Builder,SdkBuilder<ListComputationModelDataBindingUsagesResponse.Builder,,ListComputationModelDataBindingUsagesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListComputationModelDataBindingUsagesResponse
-
Method Summary
Modifier and TypeMethodDescriptiondataBindingUsageSummaries(Collection<ComputationModelDataBindingUsageSummary> dataBindingUsageSummaries) A list of summaries describing the data binding usages across computation models.dataBindingUsageSummaries(Consumer<ComputationModelDataBindingUsageSummary.Builder>... dataBindingUsageSummaries) A list of summaries describing the data binding usages across computation models.dataBindingUsageSummaries(ComputationModelDataBindingUsageSummary... dataBindingUsageSummaries) A list of summaries describing the data binding usages across computation models.The token for the next set of paginated results, or null if there are no additional results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dataBindingUsageSummaries
ListComputationModelDataBindingUsagesResponse.Builder dataBindingUsageSummaries(Collection<ComputationModelDataBindingUsageSummary> dataBindingUsageSummaries) A list of summaries describing the data binding usages across computation models. Each summary includes the computation model IDs and the matched data binding details.
- Parameters:
dataBindingUsageSummaries- A list of summaries describing the data binding usages across computation models. Each summary includes the computation model IDs and the matched data binding details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataBindingUsageSummaries
ListComputationModelDataBindingUsagesResponse.Builder dataBindingUsageSummaries(ComputationModelDataBindingUsageSummary... dataBindingUsageSummaries) A list of summaries describing the data binding usages across computation models. Each summary includes the computation model IDs and the matched data binding details.
- Parameters:
dataBindingUsageSummaries- A list of summaries describing the data binding usages across computation models. Each summary includes the computation model IDs and the matched data binding details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataBindingUsageSummaries
ListComputationModelDataBindingUsagesResponse.Builder dataBindingUsageSummaries(Consumer<ComputationModelDataBindingUsageSummary.Builder>... dataBindingUsageSummaries) A list of summaries describing the data binding usages across computation models. Each summary includes the computation model IDs and the matched data binding details.
This is a convenience method that creates an instance of theComputationModelDataBindingUsageSummary.Builderavoiding the need to create one manually viaComputationModelDataBindingUsageSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataBindingUsageSummaries(List<ComputationModelDataBindingUsageSummary>).- Parameters:
dataBindingUsageSummaries- a consumer that will call methods onComputationModelDataBindingUsageSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of paginated results, or null if there are no additional results.
- Parameters:
nextToken- The token for the next set of paginated results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-