public static interface CreateDimensionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateDimensionRequest.Builder,CreateDimensionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDimensionRequest.Builder |
clientRequestToken(String clientRequestToken)
Each dimension must have a unique client request token.
|
CreateDimensionRequest.Builder |
name(String name)
A unique identifier for the dimension.
|
CreateDimensionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDimensionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDimensionRequest.Builder |
stringValues(Collection<String> stringValues)
Specifies the value or list of values for the dimension.
|
CreateDimensionRequest.Builder |
stringValues(String... stringValues)
Specifies the value or list of values for the dimension.
|
CreateDimensionRequest.Builder |
tags(Collection<Tag> tags)
Metadata that can be used to manage the dimension.
|
CreateDimensionRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the dimension.
|
CreateDimensionRequest.Builder |
tags(Tag... tags)
Metadata that can be used to manage the dimension.
|
CreateDimensionRequest.Builder |
type(DimensionType type)
Specifies the type of dimension.
|
CreateDimensionRequest.Builder |
type(String type)
Specifies the type of dimension.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDimensionRequest.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.CreateDimensionRequest.Builder type(String type)
Specifies the type of dimension. Supported types: TOPIC_FILTER.
type - Specifies the type of dimension. Supported types: TOPIC_FILTER.DimensionType,
DimensionTypeCreateDimensionRequest.Builder type(DimensionType type)
Specifies the type of dimension. Supported types: TOPIC_FILTER.
type - Specifies the type of dimension. Supported types: TOPIC_FILTER.DimensionType,
DimensionTypeCreateDimensionRequest.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/#").CreateDimensionRequest.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/#").CreateDimensionRequest.Builder tags(Collection<Tag> tags)
Metadata that can be used to manage the dimension.
tags - Metadata that can be used to manage the dimension.CreateDimensionRequest.Builder tags(Tag... tags)
Metadata that can be used to manage the dimension.
tags - Metadata that can be used to manage the dimension.CreateDimensionRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the dimension.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateDimensionRequest.Builder clientRequestToken(String clientRequestToken)
Each dimension must have a unique client request token. If you try to create a new dimension with the same token as a dimension that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.
clientRequestToken - Each dimension must have a unique client request token. If you try to create a new dimension with the
same token as a dimension that already exists, an exception occurs. If you omit this value, Amazon Web
Services SDKs will automatically generate a unique client request.CreateDimensionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDimensionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.