Interface UpdateDimensionResponse.Builder

    • Method Detail

      • name

        UpdateDimensionResponse.Builder name​(String name)

        A unique identifier for the dimension.

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

        UpdateDimensionResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN)of the created dimension.

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

        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.

        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

        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.

        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

        UpdateDimensionResponse.Builder creationDate​(Instant creationDate)

        The date and time, in milliseconds since epoch, when the dimension was initially created.

        Parameters:
        creationDate - The date and time, in milliseconds since epoch, when the dimension was initially created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDate

        UpdateDimensionResponse.Builder lastModifiedDate​(Instant lastModifiedDate)

        The date and time, in milliseconds since epoch, when the dimension was most recently updated.

        Parameters:
        lastModifiedDate - The date and time, in milliseconds since epoch, when the dimension was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.