Interface JobScopingBlock.Builder

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

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

    • and

      An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.

      Parameters:
      and - An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • and

      An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.

      Parameters:
      and - An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • and

      An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.

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

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

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