Interface CreateModelManifestRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateModelManifestRequest.Builder,
,CreateModelManifestRequest> IoTFleetWiseRequest.Builder
,SdkBuilder<CreateModelManifestRequest.Builder,
,CreateModelManifestRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateModelManifestRequest
@Mutable
@NotThreadSafe
public static interface CreateModelManifestRequest.Builder
extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateModelManifestRequest.Builder,CreateModelManifestRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A brief description of the vehicle model.The name of the vehicle model to create.A list of nodes, which are a general abstraction of signals.nodes
(Collection<String> nodes) A list of nodes, which are a general abstraction of signals.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.signalCatalogArn
(String signalCatalogArn) The Amazon Resource Name (ARN) of a signal catalog.tags
(Collection<Tag> tags) Metadata that can be used to manage the vehicle model.tags
(Consumer<Tag.Builder>... tags) Metadata that can be used to manage the vehicle model.Metadata that can be used to manage the vehicle model.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 vehicle model to create.
- Parameters:
name
- The name of the vehicle model to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A brief description of the vehicle model.
- Parameters:
description
- A brief description of the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
A list of nodes, which are a general abstraction of signals.
- Parameters:
nodes
- A list of nodes, which are a general abstraction of signals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodes
A list of nodes, which are a general abstraction of signals.
- Parameters:
nodes
- A list of nodes, which are a general abstraction of signals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalCatalogArn
The Amazon Resource Name (ARN) of a signal catalog.
- Parameters:
signalCatalogArn
- The Amazon Resource Name (ARN) of a 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 vehicle model.
- Parameters:
tags
- Metadata that can be used to manage the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata that can be used to manage the vehicle model.
- Parameters:
tags
- Metadata that can be used to manage the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata that can be used to manage the vehicle model.
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
CreateModelManifestRequest.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
CreateModelManifestRequest.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.
-