Interface VersioningConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>,SdkBuilder<VersioningConfiguration.Builder,VersioningConfiguration>,SdkPojo
- Enclosing class:
- VersioningConfiguration
public static interface VersioningConfiguration.Builder extends SdkPojo, CopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersioningConfiguration.BuildermfaDelete(String mfaDelete)Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.VersioningConfiguration.BuildermfaDelete(MFADelete mfaDelete)Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.VersioningConfiguration.Builderstatus(String status)Sets the versioning state of the S3 on Outposts bucket.VersioningConfiguration.Builderstatus(BucketVersioningStatus status)Sets the versioning state of the S3 on Outposts bucket.-
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
-
mfaDelete
VersioningConfiguration.Builder mfaDelete(String mfaDelete)
Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.
-
mfaDelete
VersioningConfiguration.Builder mfaDelete(MFADelete mfaDelete)
Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.
-
status
VersioningConfiguration.Builder status(String status)
Sets the versioning state of the S3 on Outposts bucket.
- Parameters:
status- Sets the versioning state of the S3 on Outposts bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BucketVersioningStatus,BucketVersioningStatus
-
status
VersioningConfiguration.Builder status(BucketVersioningStatus status)
Sets the versioning state of the S3 on Outposts bucket.
- Parameters:
status- Sets the versioning state of the S3 on Outposts bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BucketVersioningStatus,BucketVersioningStatus
-
-