public static interface UpdateDimensionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<UpdateDimensionResponse.Builder,UpdateDimensionResponse>
Modifier and Type | Method and Description |
---|---|
UpdateDimensionResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN)of the created dimension.
|
UpdateDimensionResponse.Builder |
creationDate(Instant creationDate)
The date and time, in milliseconds since epoch, when the dimension was initially created.
|
UpdateDimensionResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time, in milliseconds since epoch, when the dimension was most recently updated.
|
UpdateDimensionResponse.Builder |
name(String name)
A unique identifier for the dimension.
|
UpdateDimensionResponse.Builder |
stringValues(Collection<String> stringValues)
The value or list of values used to scope the dimension.
|
UpdateDimensionResponse.Builder |
stringValues(String... stringValues)
The value or list of values used to scope the dimension.
|
UpdateDimensionResponse.Builder |
type(DimensionType type)
The type of the dimension.
|
UpdateDimensionResponse.Builder |
type(String type)
The type of the dimension.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateDimensionResponse.Builder name(String name)
A unique identifier for the dimension.
name
- A unique identifier for the dimension.UpdateDimensionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN)of the created dimension.
arn
- The Amazon Resource Name (ARN)of the created dimension.UpdateDimensionResponse.Builder type(String type)
The type of the dimension.
type
- The type of the dimension.DimensionType
,
DimensionType
UpdateDimensionResponse.Builder type(DimensionType type)
The type of the dimension.
type
- The type of the dimension.DimensionType
,
DimensionType
UpdateDimensionResponse.Builder stringValues(Collection<String> stringValues)
The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
stringValues
- The value or list of values used to scope the dimension. For example, for topic filters, this is the
pattern used to match the MQTT topic name.UpdateDimensionResponse.Builder stringValues(String... stringValues)
The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
stringValues
- The value or list of values used to scope the dimension. For example, for topic filters, this is the
pattern used to match the MQTT topic name.UpdateDimensionResponse.Builder creationDate(Instant creationDate)
The date and time, in milliseconds since epoch, when the dimension was initially created.
creationDate
- The date and time, in milliseconds since epoch, when the dimension was initially created.UpdateDimensionResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time, in milliseconds since epoch, when the dimension was most recently updated.
lastModifiedDate
- The date and time, in milliseconds since epoch, when the dimension was most recently updated.Copyright © 2023. All rights reserved.