Interface ListOperationsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>, SdkBuilder<ListOperationsRequest.Builder,ListOperationsRequest>, SdkPojo, SdkRequest.Builder, ServiceDiscoveryRequest.Builder
Enclosing class:
ListOperationsRequest

public static interface ListOperationsRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>
  • Method Details

    • nextToken

      ListOperationsRequest.Builder nextToken(String nextToken)

      For the first ListOperations request, omit this value.

      If the response contains NextToken, submit another ListOperations request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

      Cloud Map gets MaxResults operations and then filters them based on the specified criteria. It's possible that no operations in the first MaxResults operations matched the specified criteria but that subsequent groups of MaxResults operations do contain operations that match the criteria.

      Parameters:
      nextToken - For the first ListOperations request, omit this value.

      If the response contains NextToken, submit another ListOperations request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

      Cloud Map gets MaxResults operations and then filters them based on the specified criteria. It's possible that no operations in the first MaxResults operations matched the specified criteria but that subsequent groups of MaxResults operations do contain operations that match the criteria.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListOperationsRequest.Builder maxResults(Integer maxResults)

      The maximum number of items that you want Cloud Map to return in the response to a ListOperations request. If you don't specify a value for MaxResults, Cloud Map returns up to 100 operations.

      Parameters:
      maxResults - The maximum number of items that you want Cloud Map to return in the response to a ListOperations request. If you don't specify a value for MaxResults, Cloud Map returns up to 100 operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.

      If you specify more than one filter, an operation must match all filters to be returned by ListOperations.

      Parameters:
      filters - A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.

      If you specify more than one filter, an operation must match all filters to be returned by ListOperations.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.

      If you specify more than one filter, an operation must match all filters to be returned by ListOperations.

      Parameters:
      filters - A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.

      If you specify more than one filter, an operation must match all filters to be returned by ListOperations.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.

      If you specify more than one filter, an operation must match all filters to be returned by ListOperations.

      This is a convenience method that creates an instance of the OperationFilter.Builder avoiding the need to create one manually via OperationFilter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filters(List<OperationFilter>).

      Parameters:
      filters - a consumer that will call methods on OperationFilter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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