public static interface ListLegalHoldsResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<ListLegalHoldsResponse.Builder,ListLegalHoldsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLegalHoldsResponse.Builder |
createTime(Instant creationTime)
Sets the name of the bucket which contains the specified object
and returns the updated
ListLegalHoldsResponse.Builder so that additional
method calls may be chained together. |
ListLegalHoldsResponse.Builder |
legalHolds(List<LegalHold> legalHolds)
Sets the list of legal holds for the object.
|
ListLegalHoldsResponse.Builder |
retentionExpirationDate(Instant retentionExpirationDate)
Sets the retention expiration date for the object.
|
ListLegalHoldsResponse.Builder |
retentionPeriod(long retentionPeriod)
Sets the retention period for the object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListLegalHoldsResponse.Builder createTime(Instant creationTime)
ListLegalHoldsResponse.Builder so that additional
method calls may be chained together.creationTime - The time at which the object was created.ListLegalHoldsResponse.Builder, enabling additional method calls
to be chained together.ListLegalHoldsResponse.Builder legalHolds(List<LegalHold> legalHolds)
ListLegalHoldsResponse.Builder so that additional
method calls may be chained together.legalHolds - The list of legal holds for the object.ListLegalHoldsResponse.Builder, enabling additional method calls
to be chained together.ListLegalHoldsResponse.Builder retentionPeriod(long retentionPeriod)
ListLegalHoldsResponse.Builder so that additional
method calls may be chained together.retentionPeriod - The object's retention periodListLegalHoldsResponse.Builder, enabling additional method calls
to be chained together.ListLegalHoldsResponse.Builder retentionExpirationDate(Instant retentionExpirationDate)
ListLegalHoldsResponse.Builder so that additional
method calls may be chained together.retentionExpirationDate - The objects' retention expiration date.ListLegalHoldsResponse.Builder, enabling additional method calls
to be chained together.Copyright © 2026. All rights reserved.