public static interface UpdateSignalCatalogRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateSignalCatalogRequest.Builder,UpdateSignalCatalogRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSignalCatalogRequest.Builder |
description(String description)
A brief description of the signal catalog to update.
|
UpdateSignalCatalogRequest.Builder |
name(String name)
The name of the signal catalog to update.
|
UpdateSignalCatalogRequest.Builder |
nodesToAdd(Collection<Node> nodesToAdd)
A list of information about nodes to add to the signal catalog.
|
UpdateSignalCatalogRequest.Builder |
nodesToAdd(Consumer<Node.Builder>... nodesToAdd)
A list of information about nodes to add to the signal catalog.
|
UpdateSignalCatalogRequest.Builder |
nodesToAdd(Node... nodesToAdd)
A list of information about nodes to add to the signal catalog.
|
UpdateSignalCatalogRequest.Builder |
nodesToRemove(Collection<String> nodesToRemove)
A list of
fullyQualifiedName of nodes to remove from the signal catalog. |
UpdateSignalCatalogRequest.Builder |
nodesToRemove(String... nodesToRemove)
A list of
fullyQualifiedName of nodes to remove from the signal catalog. |
UpdateSignalCatalogRequest.Builder |
nodesToUpdate(Collection<Node> nodesToUpdate)
A list of information about nodes to update in the signal catalog.
|
UpdateSignalCatalogRequest.Builder |
nodesToUpdate(Consumer<Node.Builder>... nodesToUpdate)
A list of information about nodes to update in the signal catalog.
|
UpdateSignalCatalogRequest.Builder |
nodesToUpdate(Node... nodesToUpdate)
A list of information about nodes to update in the signal catalog.
|
UpdateSignalCatalogRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSignalCatalogRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSignalCatalogRequest.Builder name(String name)
The name of the signal catalog to update.
name - The name of the signal catalog to update.UpdateSignalCatalogRequest.Builder description(String description)
A brief description of the signal catalog to update.
description - A brief description of the signal catalog to update.UpdateSignalCatalogRequest.Builder nodesToAdd(Collection<Node> nodesToAdd)
A list of information about nodes to add to the signal catalog.
nodesToAdd - A list of information about nodes to add to the signal catalog.UpdateSignalCatalogRequest.Builder nodesToAdd(Node... nodesToAdd)
A list of information about nodes to add to the signal catalog.
nodesToAdd - A list of information about nodes to add to the signal catalog.UpdateSignalCatalogRequest.Builder nodesToAdd(Consumer<Node.Builder>... nodesToAdd)
A list of information about nodes to add to the signal catalog.
This is a convenience method that creates an instance of theNode.Builder avoiding the need to create one
manually via Node.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #nodesToAdd(List.
nodesToAdd - a consumer that will call methods on
Node.Builder#nodesToAdd(java.util.Collection) UpdateSignalCatalogRequest.Builder nodesToUpdate(Collection<Node> nodesToUpdate)
A list of information about nodes to update in the signal catalog.
nodesToUpdate - A list of information about nodes to update in the signal catalog.UpdateSignalCatalogRequest.Builder nodesToUpdate(Node... nodesToUpdate)
A list of information about nodes to update in the signal catalog.
nodesToUpdate - A list of information about nodes to update in the signal catalog.UpdateSignalCatalogRequest.Builder nodesToUpdate(Consumer<Node.Builder>... nodesToUpdate)
A list of information about nodes to update in the signal catalog.
This is a convenience method that creates an instance of theNode.Builder avoiding the need to create one
manually via Node.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #nodesToUpdate(List.
nodesToUpdate - a consumer that will call methods on
Node.Builder#nodesToUpdate(java.util.Collection) UpdateSignalCatalogRequest.Builder nodesToRemove(Collection<String> nodesToRemove)
A list of fullyQualifiedName of nodes to remove from the signal catalog.
nodesToRemove - A list of fullyQualifiedName of nodes to remove from the signal catalog.UpdateSignalCatalogRequest.Builder nodesToRemove(String... nodesToRemove)
A list of fullyQualifiedName of nodes to remove from the signal catalog.
nodesToRemove - A list of fullyQualifiedName of nodes to remove from the signal catalog.UpdateSignalCatalogRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSignalCatalogRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.