Interface ListDependenciesRequest.Builder

  • Method Details

    • serviceArn

      ListDependenciesRequest.Builder serviceArn(String serviceArn)
      Sets the value of the ServiceArn property for this object.
      Parameters:
      serviceArn - The new value for the ServiceArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryRangeStartTime

      ListDependenciesRequest.Builder queryRangeStartTime(Instant queryRangeStartTime)

      The start time for the dependency query range.

      Parameters:
      queryRangeStartTime - The start time for the dependency query range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryRangeEndTime

      ListDependenciesRequest.Builder queryRangeEndTime(Instant queryRangeEndTime)

      The end time for the dependency query range.

      Parameters:
      queryRangeEndTime - The end time for the dependency query range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryRangeGranularity

      ListDependenciesRequest.Builder queryRangeGranularity(String queryRangeGranularity)

      The granularity for the dependency query range.

      Parameters:
      queryRangeGranularity - The granularity for the dependency query range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queryRangeGranularity

      ListDependenciesRequest.Builder queryRangeGranularity(QueryGranularity queryRangeGranularity)

      The granularity for the dependency query range.

      Parameters:
      queryRangeGranularity - The granularity for the dependency query range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      ListDependenciesRequest.Builder maxResults(Integer maxResults)
      Sets the value of the MaxResults property for this object.
      Parameters:
      maxResults - The new value for the MaxResults property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListDependenciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.