Interface S3DataAccessDetails.Builder

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

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

    • keyPrefixes

      S3DataAccessDetails.Builder keyPrefixes(Collection<String> keyPrefixes)

      A list of the key prefixes affected by this notification. This can have up to 50 entries.

      Parameters:
      keyPrefixes - A list of the key prefixes affected by this notification. This can have up to 50 entries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyPrefixes

      S3DataAccessDetails.Builder keyPrefixes(String... keyPrefixes)

      A list of the key prefixes affected by this notification. This can have up to 50 entries.

      Parameters:
      keyPrefixes - A list of the key prefixes affected by this notification. This can have up to 50 entries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keys

      A list of the keys affected by this notification. This can have up to 50 entries.

      Parameters:
      keys - A list of the keys affected by this notification. This can have up to 50 entries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keys

      A list of the keys affected by this notification. This can have up to 50 entries.

      Parameters:
      keys - A list of the keys affected by this notification. This can have up to 50 entries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.