Interface KeyNameConstraint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KeyNameConstraint.Builder,
,KeyNameConstraint> SdkBuilder<KeyNameConstraint.Builder,
,KeyNameConstraint> SdkPojo
- Enclosing class:
KeyNameConstraint
-
Method Summary
Modifier and TypeMethodDescriptionmatchAnyPrefix
(String... matchAnyPrefix) If provided, the generated manifest includes objects where the specified string appears at the start of the object key string.matchAnyPrefix
(Collection<String> matchAnyPrefix) If provided, the generated manifest includes objects where the specified string appears at the start of the object key string.matchAnySubstring
(String... matchAnySubstring) If provided, the generated manifest includes objects where the specified string appears anywhere within the object key string.matchAnySubstring
(Collection<String> matchAnySubstring) If provided, the generated manifest includes objects where the specified string appears anywhere within the object key string.matchAnySuffix
(String... matchAnySuffix) If provided, the generated manifest includes objects where the specified string appears at the end of the object key string.matchAnySuffix
(Collection<String> matchAnySuffix) If provided, the generated manifest includes objects where the specified string appears at the end of the object key string.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
matchAnyPrefix
If provided, the generated manifest includes objects where the specified string appears at the start of the object key string.
- Parameters:
matchAnyPrefix
- If provided, the generated manifest includes objects where the specified string appears at the start of the object key string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchAnyPrefix
If provided, the generated manifest includes objects where the specified string appears at the start of the object key string.
- Parameters:
matchAnyPrefix
- If provided, the generated manifest includes objects where the specified string appears at the start of the object key string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchAnySuffix
If provided, the generated manifest includes objects where the specified string appears at the end of the object key string.
- Parameters:
matchAnySuffix
- If provided, the generated manifest includes objects where the specified string appears at the end of the object key string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchAnySuffix
If provided, the generated manifest includes objects where the specified string appears at the end of the object key string.
- Parameters:
matchAnySuffix
- If provided, the generated manifest includes objects where the specified string appears at the end of the object key string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchAnySubstring
If provided, the generated manifest includes objects where the specified string appears anywhere within the object key string.
- Parameters:
matchAnySubstring
- If provided, the generated manifest includes objects where the specified string appears anywhere within the object key string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchAnySubstring
If provided, the generated manifest includes objects where the specified string appears anywhere within the object key string.
- Parameters:
matchAnySubstring
- If provided, the generated manifest includes objects where the specified string appears anywhere within the object key string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-