Interface UpdateDimensionRequest.Builder

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

public static interface UpdateDimensionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateDimensionRequest.Builder,UpdateDimensionRequest>
  • Method Details

    • name

      A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.

      Parameters:
      name - A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValues

      UpdateDimensionRequest.Builder stringValues(Collection<String> stringValues)

      Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").

      Parameters:
      stringValues - Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValues

      UpdateDimensionRequest.Builder stringValues(String... stringValues)

      Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").

      Parameters:
      stringValues - Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateDimensionRequest.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.