Interface ImportSignalCatalogRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ImportSignalCatalogRequest.Builder,ImportSignalCatalogRequest>,IoTFleetWiseRequest.Builder,SdkBuilder<ImportSignalCatalogRequest.Builder,ImportSignalCatalogRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ImportSignalCatalogRequest
public static interface ImportSignalCatalogRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<ImportSignalCatalogRequest.Builder,ImportSignalCatalogRequest>
-
-
Method Summary
-
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
ImportSignalCatalogRequest.Builder name(String 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
ImportSignalCatalogRequest.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.
-
vss
ImportSignalCatalogRequest.Builder vss(FormattedVss 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
default ImportSignalCatalogRequest.Builder vss(Consumer<FormattedVss.Builder> 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.Builderavoiding the need to create one manually viaFormattedVss.builder().When the
Consumercompletes,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:
vss(FormattedVss)
-
tags
ImportSignalCatalogRequest.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
ImportSignalCatalogRequest.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
ImportSignalCatalogRequest.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
ImportSignalCatalogRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ImportSignalCatalogRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-