Interface Include.Builder

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

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

    • buckets

      Include.Builder buckets(Collection<String> buckets)

      A container for the S3 Storage Lens bucket includes.

      Parameters:
      buckets - A container for the S3 Storage Lens bucket includes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • buckets

      Include.Builder buckets(String... buckets)

      A container for the S3 Storage Lens bucket includes.

      Parameters:
      buckets - A container for the S3 Storage Lens bucket includes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regions

      Include.Builder regions(Collection<String> regions)

      A container for the S3 Storage Lens Region includes.

      Parameters:
      regions - A container for the S3 Storage Lens Region includes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regions

      Include.Builder regions(String... regions)

      A container for the S3 Storage Lens Region includes.

      Parameters:
      regions - A container for the S3 Storage Lens Region includes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.