Interface CommonControlFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CommonControlFilter.Builder,CommonControlFilter>, SdkBuilder<CommonControlFilter.Builder,CommonControlFilter>, SdkPojo
Enclosing class:
CommonControlFilter

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

    • objectives

      The objective that's used as filter criteria.

      You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.

      Parameters:
      objectives - The objective that's used as filter criteria.

      You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.

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

      The objective that's used as filter criteria.

      You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.

      Parameters:
      objectives - The objective that's used as filter criteria.

      You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.

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

      The objective that's used as filter criteria.

      You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.

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

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

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