public static interface GetRetentionSettingsResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetRetentionSettingsResponse.Builder,GetRetentionSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRetentionSettingsResponse.Builder |
initiateDeletionTimestamp(Instant initiateDeletionTimestamp)
The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
|
default GetRetentionSettingsResponse.Builder |
retentionSettings(Consumer<RetentionSettings.Builder> retentionSettings)
The retention settings.
|
GetRetentionSettingsResponse.Builder |
retentionSettings(RetentionSettings retentionSettings)
The retention settings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRetentionSettingsResponse.Builder retentionSettings(RetentionSettings retentionSettings)
The retention settings.
retentionSettings - The retention settings.default GetRetentionSettingsResponse.Builder retentionSettings(Consumer<RetentionSettings.Builder> retentionSettings)
The retention settings.
This is a convenience method that creates an instance of theRetentionSettings.Builder avoiding the
need to create one manually via RetentionSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to retentionSettings(RetentionSettings).
retentionSettings - a consumer that will call methods on RetentionSettings.BuilderretentionSettings(RetentionSettings)GetRetentionSettingsResponse.Builder initiateDeletionTimestamp(Instant initiateDeletionTimestamp)
The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
initiateDeletionTimestamp - The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601
format.Copyright © 2022. All rights reserved.