public static interface CreateSignalCatalogRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateSignalCatalogRequest.Builder,CreateSignalCatalogRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSignalCatalogRequest.Builder |
description(String description)
A brief description of the signal catalog.
|
CreateSignalCatalogRequest.Builder |
name(String name)
The name of the signal catalog to create.
|
CreateSignalCatalogRequest.Builder |
nodes(Collection<Node> nodes)
A list of information about nodes, which are a general abstraction of signals.
|
CreateSignalCatalogRequest.Builder |
nodes(Consumer<Node.Builder>... nodes)
A list of information about nodes, which are a general abstraction of signals.
|
CreateSignalCatalogRequest.Builder |
nodes(Node... nodes)
A list of information about nodes, which are a general abstraction of signals.
|
CreateSignalCatalogRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSignalCatalogRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSignalCatalogRequest.Builder |
tags(Collection<Tag> tags)
Metadata that can be used to manage the signal catalog.
|
CreateSignalCatalogRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the signal catalog.
|
CreateSignalCatalogRequest.Builder |
tags(Tag... tags)
Metadata that can be used to manage the signal catalog.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSignalCatalogRequest.Builder name(String name)
The name of the signal catalog to create.
name - The name of the signal catalog to create.CreateSignalCatalogRequest.Builder description(String description)
A brief description of the signal catalog.
description - A brief description of the signal catalog.CreateSignalCatalogRequest.Builder nodes(Collection<Node> nodes)
A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.
nodes - A list of information about nodes, which are a general abstraction of signals. For more information,
see the API data type.CreateSignalCatalogRequest.Builder nodes(Node... nodes)
A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.
nodes - A list of information about nodes, which are a general abstraction of signals. For more information,
see the API data type.CreateSignalCatalogRequest.Builder nodes(Consumer<Node.Builder>... nodes)
A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.
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 #nodes(List.
nodes - a consumer that will call methods on
Node.Builder#nodes(java.util.Collection) CreateSignalCatalogRequest.Builder tags(Collection<Tag> tags)
Metadata that can be used to manage the signal catalog.
tags - Metadata that can be used to manage the signal catalog.CreateSignalCatalogRequest.Builder tags(Tag... tags)
Metadata that can be used to manage the signal catalog.
tags - Metadata that can be used to manage the signal catalog.CreateSignalCatalogRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the signal catalog.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateSignalCatalogRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSignalCatalogRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.