public static interface UpdateDimensionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateDimensionRequest.Builder,UpdateDimensionRequest>
Modifier and Type | Method and Description |
---|---|
UpdateDimensionRequest.Builder |
name(String name)
A unique identifier for the dimension.
|
UpdateDimensionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDimensionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDimensionRequest.Builder |
stringValues(Collection<String> stringValues)
Specifies the value or list of values for the dimension.
|
UpdateDimensionRequest.Builder |
stringValues(String... stringValues)
Specifies the value or list of values for the dimension.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateDimensionRequest.Builder name(String name)
A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.
name
- A unique identifier for the dimension. Choose something that describes the type and value to make it
easy to remember what it does.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/#").
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/#").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/#").
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/#").UpdateDimensionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateDimensionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.