Interface CreateSignalCatalogRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSignalCatalogRequest.Builder,CreateSignalCatalogRequest>,IoTFleetWiseRequest.Builder,SdkBuilder<CreateSignalCatalogRequest.Builder,CreateSignalCatalogRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSignalCatalogRequest
public static interface CreateSignalCatalogRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateSignalCatalogRequest.Builder,CreateSignalCatalogRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSignalCatalogRequest.Builderdescription(String description)A brief description of the signal catalog.CreateSignalCatalogRequest.Buildername(String name)The name of the signal catalog to create.CreateSignalCatalogRequest.Buildernodes(Collection<Node> nodes)A list of information about nodes, which are a general abstraction of signals.CreateSignalCatalogRequest.Buildernodes(Consumer<Node.Builder>... nodes)A list of information about nodes, which are a general abstraction of signals.CreateSignalCatalogRequest.Buildernodes(Node... nodes)A list of information about nodes, which are a general abstraction of signals.CreateSignalCatalogRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSignalCatalogRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSignalCatalogRequest.Buildertags(Collection<Tag> tags)Metadata that can be used to manage the signal catalog.CreateSignalCatalogRequest.Buildertags(Consumer<Tag.Builder>... tags)Metadata that can be used to manage the signal catalog.CreateSignalCatalogRequest.Buildertags(Tag... tags)Metadata that can be used to manage the signal catalog.-
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, sdkFields
-
-
-
-
Method Detail
-
name
CreateSignalCatalogRequest.Builder name(String name)
The name of the signal catalog to create.
- Parameters:
name- The name of the signal catalog to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateSignalCatalogRequest.Builder description(String description)
A brief description of the signal catalog.
- Parameters:
description- A brief description of the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
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.
- Parameters:
nodes- A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
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.
- Parameters:
nodes- A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
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.Builderavoiding the need to create one manually viaNode.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#nodes(List.) - Parameters:
nodes- 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:
#nodes(java.util.Collection)
-
tags
CreateSignalCatalogRequest.Builder tags(Collection<Tag> tags)
Metadata that can be used to manage the signal catalog.
- Parameters:
tags- Metadata that can be used to manage the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSignalCatalogRequest.Builder tags(Tag... tags)
Metadata that can be used to manage the signal catalog.
- Parameters:
tags- Metadata that can be used to manage the signal catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateSignalCatalogRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSignalCatalogRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-