public static interface DescribeDimensionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeDimensionResponse.Builder,DescribeDimensionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDimensionResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the dimension.
|
DescribeDimensionResponse.Builder |
creationDate(Instant creationDate)
The date the dimension was created.
|
DescribeDimensionResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date the dimension was last modified.
|
DescribeDimensionResponse.Builder |
name(String name)
The unique identifier for the dimension.
|
DescribeDimensionResponse.Builder |
stringValues(Collection<String> stringValues)
The value or list of values used to scope the dimension.
|
DescribeDimensionResponse.Builder |
stringValues(String... stringValues)
The value or list of values used to scope the dimension.
|
DescribeDimensionResponse.Builder |
type(DimensionType type)
The type of the dimension.
|
DescribeDimensionResponse.Builder |
type(String type)
The type of the dimension.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDimensionResponse.Builder name(String name)
The unique identifier for the dimension.
name - The unique identifier for the dimension.DescribeDimensionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the dimension.
arn - The Amazon Resource Name (ARN) for the dimension.DescribeDimensionResponse.Builder type(String type)
The type of the dimension.
type - The type of the dimension.DimensionType,
DimensionTypeDescribeDimensionResponse.Builder type(DimensionType type)
The type of the dimension.
type - The type of the dimension.DimensionType,
DimensionTypeDescribeDimensionResponse.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.DescribeDimensionResponse.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.DescribeDimensionResponse.Builder creationDate(Instant creationDate)
The date the dimension was created.
creationDate - The date the dimension was created.DescribeDimensionResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date the dimension was last modified.
lastModifiedDate - The date the dimension was last modified.Copyright © 2023. All rights reserved.