Interface DescribeDimensionKeysResponse.Builder

    • Method Detail

      • alignedStartTime

        DescribeDimensionKeysResponse.Builder alignedStartTime​(Instant alignedStartTime)

        The start time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedStartTime will be less than or equal to the value of the user-specified StartTime.

        Parameters:
        alignedStartTime - The start time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedStartTime will be less than or equal to the value of the user-specified StartTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alignedEndTime

        DescribeDimensionKeysResponse.Builder alignedEndTime​(Instant alignedEndTime)

        The end time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.

        Parameters:
        alignedEndTime - The end time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitionKeys

        DescribeDimensionKeysResponse.Builder partitionKeys​(Collection<ResponsePartitionKey> partitionKeys)

        If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.

        Parameters:
        partitionKeys - If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitionKeys

        DescribeDimensionKeysResponse.Builder partitionKeys​(ResponsePartitionKey... partitionKeys)

        If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.

        Parameters:
        partitionKeys - If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeDimensionKeysResponse.Builder nextToken​(String nextToken)

        A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

        Parameters:
        nextToken - A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.