Interface DescribeDimensionResponse.Builder

    • Method Detail

      • name

        DescribeDimensionResponse.Builder name​(String 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

        DescribeDimensionResponse.Builder arn​(String 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.
      • stringValues

        DescribeDimensionResponse.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.

        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.