Interface S3.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3.Builder,
,S3> SdkBuilder<S3.Builder,
,S3> SdkPojo
- Enclosing class:
S3
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Bucket property for this object.Sets the value of the Enabled property for this object.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 Details
-
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
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
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.
-