Interface ListOperationsRequest.Builder

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

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

    • submittedSince

      ListOperationsRequest.Builder submittedSince(Instant submittedSince)

      An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

      Parameters:
      submittedSince - An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marker

      For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

      Parameters:
      marker - For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      Number of domains to be returned.

      Default: 20

      Parameters:
      maxItems - Number of domains to be returned.

      Default: 20

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

      ListOperationsRequest.Builder statusWithStrings(Collection<String> status)

      The status of the operations.

      Parameters:
      status - The status of the operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusWithStrings

      ListOperationsRequest.Builder statusWithStrings(String... status)

      The status of the operations.

      Parameters:
      status - The status of the operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the operations.

      Parameters:
      status - The status of the operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the operations.

      Parameters:
      status - The status of the operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeWithStrings

      An arrays of the domains operation types.

      Parameters:
      type - An arrays of the domains operation types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeWithStrings

      ListOperationsRequest.Builder typeWithStrings(String... type)

      An arrays of the domains operation types.

      Parameters:
      type - An arrays of the domains operation types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      An arrays of the domains operation types.

      Parameters:
      type - An arrays of the domains operation types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      An arrays of the domains operation types.

      Parameters:
      type - An arrays of the domains operation types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      The sort type for returned values.

      Parameters:
      sortBy - The sort type for returned values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The sort type for returned values.

      Parameters:
      sortBy - The sort type for returned values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      ListOperationsRequest.Builder sortOrder(String sortOrder)

      The sort order for returned values, either ascending or descending.

      Parameters:
      sortOrder - The sort order for returned values, either ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order for returned values, either ascending or descending.

      Parameters:
      sortOrder - The sort order for returned values, either ascending or descending.
      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.