Interface S3.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<S3.Builder,S3>
,SdkBuilder<S3.Builder,S3>
,SdkPojo
- Enclosing class:
- S3
public static interface S3.Builder extends SdkPojo, CopyableBuilder<S3.Builder,S3>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3.Builder
bucket(String bucket)
Sets the value of the Bucket property for this object.S3.Builder
enabled(Boolean enabled)
Sets the value of the Enabled property for this object.S3.Builder
prefix(String prefix)
Sets the value of the Prefix property for this object.-
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 Detail
-
bucket
S3.Builder bucket(String bucket)
Sets the value of the Bucket property for this object.- Parameters:
bucket
- The new value for the Bucket property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
S3.Builder enabled(Boolean enabled)
Sets the value of the Enabled property for this object.- Parameters:
enabled
- The new value for the Enabled property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
S3.Builder prefix(String prefix)
Sets the value of the Prefix property for this object.- Parameters:
prefix
- The new value for the Prefix property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-