public static interface BatchDeleteWorldsResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteWorldsResponse.Builder,BatchDeleteWorldsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteWorldsResponse.Builder |
unprocessedWorlds(Collection<String> unprocessedWorlds)
A list of unprocessed worlds associated with the call.
|
BatchDeleteWorldsResponse.Builder |
unprocessedWorlds(String... unprocessedWorlds)
A list of unprocessed worlds associated with the call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteWorldsResponse.Builder unprocessedWorlds(Collection<String> unprocessedWorlds)
A list of unprocessed worlds associated with the call. These worlds were not deleted.
unprocessedWorlds - A list of unprocessed worlds associated with the call. These worlds were not deleted.BatchDeleteWorldsResponse.Builder unprocessedWorlds(String... unprocessedWorlds)
A list of unprocessed worlds associated with the call. These worlds were not deleted.
unprocessedWorlds - A list of unprocessed worlds associated with the call. These worlds were not deleted.Copyright © 2020. All rights reserved.