Interface UpdateSignalCatalogRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSignalCatalogRequest.Builder,
,UpdateSignalCatalogRequest> IoTFleetWiseRequest.Builder
,SdkBuilder<UpdateSignalCatalogRequest.Builder,
,UpdateSignalCatalogRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateSignalCatalogRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A brief description of the signal catalog to update.The name of the signal catalog to update.nodesToAdd
(Collection<Node> nodesToAdd) A list of information about nodes to add to the signal catalog.nodesToAdd
(Consumer<Node.Builder>... nodesToAdd) A list of information about nodes to add to the signal catalog.nodesToAdd
(Node... nodesToAdd) A list of information about nodes to add to the signal catalog.nodesToRemove
(String... nodesToRemove) A list offullyQualifiedName
of nodes to remove from the signal catalog.nodesToRemove
(Collection<String> nodesToRemove) A list offullyQualifiedName
of nodes to remove from the signal catalog.nodesToUpdate
(Collection<Node> nodesToUpdate) A list of information about nodes to update in the signal catalog.nodesToUpdate
(Consumer<Node.Builder>... nodesToUpdate) A list of information about nodes to update in the signal catalog.nodesToUpdate
(Node... nodesToUpdate) A list of information about nodes to update in the signal catalog.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the signal catalog to update.
- Parameters:
name
- The name of the signal catalog to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A brief description of the signal catalog to update.
- Parameters:
description
- A brief description of the signal catalog to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodesToAdd
A list of information about nodes to add to the signal catalog.
- Parameters:
nodesToAdd
- A list of information about nodes to add to the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodesToAdd
A list of information about nodes to add to the signal catalog.
- Parameters:
nodesToAdd
- A list of information about nodes to add to the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaNode.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonodesToAdd(List<Node>)
.- Parameters:
nodesToAdd
- a consumer that will call methods onNode.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodesToUpdate
A list of information about nodes to update in the signal catalog.
- Parameters:
nodesToUpdate
- A list of information about nodes to update in the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodesToUpdate
A list of information about nodes to update in the signal catalog.
- Parameters:
nodesToUpdate
- A list of information about nodes to update in the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaNode.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonodesToUpdate(List<Node>)
.- Parameters:
nodesToUpdate
- a consumer that will call methods onNode.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodesToRemove
A list of
fullyQualifiedName
of nodes to remove from the signal catalog.- Parameters:
nodesToRemove
- A list offullyQualifiedName
of nodes to remove from the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodesToRemove
A list of
fullyQualifiedName
of nodes to remove from the signal catalog.- Parameters:
nodesToRemove
- A list offullyQualifiedName
of nodes to remove from the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSignalCatalogRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateSignalCatalogRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-