Interface UpdateModelManifestRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateModelManifestRequest.Builder,UpdateModelManifestRequest>, IoTFleetWiseRequest.Builder, SdkBuilder<UpdateModelManifestRequest.Builder,UpdateModelManifestRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateModelManifestRequest

public static interface UpdateModelManifestRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateModelManifestRequest.Builder,UpdateModelManifestRequest>
  • Method Details

    • name

      The name of the vehicle model to update.

      Parameters:
      name - The name of the vehicle model to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateModelManifestRequest.Builder description(String 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.
    • nodesToAdd

      A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.

      Parameters:
      nodesToAdd - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodesToAdd

      UpdateModelManifestRequest.Builder nodesToAdd(String... nodesToAdd)

      A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.

      Parameters:
      nodesToAdd - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the vehicle model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodesToRemove

      UpdateModelManifestRequest.Builder nodesToRemove(Collection<String> nodesToRemove)

      A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.

      Parameters:
      nodesToRemove - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodesToRemove

      UpdateModelManifestRequest.Builder nodesToRemove(String... nodesToRemove)

      A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.

      Parameters:
      nodesToRemove - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from the vehicle model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.

      Parameters:
      status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.

      Parameters:
      status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdateModelManifestRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.