Interface ImportSignalCatalogRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ImportSignalCatalogRequest.Builder,
,ImportSignalCatalogRequest> IoTFleetWiseRequest.Builder
,SdkBuilder<ImportSignalCatalogRequest.Builder,
,ImportSignalCatalogRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ImportSignalCatalogRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A brief description of the signal catalog.The name of the signal catalog to import.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) Metadata that can be used to manage the signal catalog.tags
(Consumer<Tag.Builder>... tags) Metadata that can be used to manage the signal catalog.Metadata that can be used to manage the signal catalog.vss
(Consumer<FormattedVss.Builder> vss) The contents of the Vehicle Signal Specification (VSS) configuration.vss
(FormattedVss vss) The contents of the Vehicle Signal Specification (VSS) 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 import.
- Parameters:
name
- The name of the signal catalog to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
vss
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
- Parameters:
vss
- The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vss
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
This is a convenience method that creates an instance of theFormattedVss.Builder
avoiding the need to create one manually viaFormattedVss.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovss(FormattedVss)
.- Parameters:
vss
- a consumer that will call methods onFormattedVss.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
overrideConfiguration
ImportSignalCatalogRequest.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
ImportSignalCatalogRequest.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.
-