Interface CommonPrefix.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CommonPrefix.Builder,,CommonPrefix> SdkBuilder<CommonPrefix.Builder,,CommonPrefix> SdkPojo
- Enclosing class:
 CommonPrefix
@Mutable
@NotThreadSafe
public static interface CommonPrefix.Builder
extends SdkPojo, CopyableBuilder<CommonPrefix.Builder,CommonPrefix> 
- 
Method Summary
Modifier and TypeMethodDescriptionContainer for the specified common prefix.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 
 -