static KeyNameConstraint.Builder |
KeyNameConstraint.builder() |
|
KeyNameConstraint.Builder |
KeyNameConstraint.Builder.matchAnyPrefix(String... matchAnyPrefix) |
If provided, the generated manifest includes objects where the specified string appears at the start of the
object key string.
|
KeyNameConstraint.Builder |
KeyNameConstraint.Builder.matchAnyPrefix(Collection<String> matchAnyPrefix) |
If provided, the generated manifest includes objects where the specified string appears at the start of the
object key string.
|
KeyNameConstraint.Builder |
KeyNameConstraint.Builder.matchAnySubstring(String... matchAnySubstring) |
If provided, the generated manifest includes objects where the specified string appears anywhere within the
object key string.
|
KeyNameConstraint.Builder |
KeyNameConstraint.Builder.matchAnySubstring(Collection<String> matchAnySubstring) |
If provided, the generated manifest includes objects where the specified string appears anywhere within the
object key string.
|
KeyNameConstraint.Builder |
KeyNameConstraint.Builder.matchAnySuffix(String... matchAnySuffix) |
If provided, the generated manifest includes objects where the specified string appears at the end of the
object key string.
|
KeyNameConstraint.Builder |
KeyNameConstraint.Builder.matchAnySuffix(Collection<String> matchAnySuffix) |
If provided, the generated manifest includes objects where the specified string appears at the end of the
object key string.
|
KeyNameConstraint.Builder |
KeyNameConstraint.toBuilder() |
|