Interface DescribeDimensionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeDimensionResponse.Builder,DescribeDimensionResponse>, IotResponse.Builder, SdkBuilder<DescribeDimensionResponse.Builder,DescribeDimensionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeDimensionResponse

public static interface DescribeDimensionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeDimensionResponse.Builder,DescribeDimensionResponse>
  • Method Details

    • name

      The unique identifier for the dimension.

      Parameters:
      name - The unique identifier for the dimension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) for the dimension.

      Parameters:
      arn - The Amazon Resource Name (ARN) for the dimension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the dimension.

      Parameters:
      type - The type of the dimension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the dimension.

      Parameters:
      type - The type of the dimension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValues

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      DescribeDimensionResponse.Builder creationDate(Instant creationDate)

      The date the dimension was created.

      Parameters:
      creationDate - The date the dimension was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      DescribeDimensionResponse.Builder lastModifiedDate(Instant lastModifiedDate)

      The date the dimension was last modified.

      Parameters:
      lastModifiedDate - The date the dimension was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.