public static interface GetBucketLifecycleConfigurationResponse.Builder extends S3Response.Builder, CopyableBuilder<GetBucketLifecycleConfigurationResponse.Builder,GetBucketLifecycleConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBucketLifecycleConfigurationResponse.Builder |
rules(Collection<LifecycleRule> rules)
Sets the value of the Rules property for this object.
|
GetBucketLifecycleConfigurationResponse.Builder |
rules(LifecycleRule... rules)
Sets the value of the Rules property for this object.
|
buildcopyapply, buildGetBucketLifecycleConfigurationResponse.Builder rules(Collection<LifecycleRule> rules)
rules - The new value for the Rules property for this object.GetBucketLifecycleConfigurationResponse.Builder rules(LifecycleRule... rules)
rules - The new value for the Rules property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.