Interface CommonPrefix.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<CommonPrefix.Builder,CommonPrefix>
,SdkBuilder<CommonPrefix.Builder,CommonPrefix>
,SdkPojo
- Enclosing class:
- CommonPrefix
public static interface CommonPrefix.Builder extends SdkPojo, CopyableBuilder<CommonPrefix.Builder,CommonPrefix>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonPrefix.Builder
prefix(String prefix)
Container for the specified common prefix.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
prefix
CommonPrefix.Builder prefix(String prefix)
Container for the specified common prefix.
- Parameters:
prefix
- Container for the specified common prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-