Interface BatchDeleteWorldsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchDeleteWorldsResponse.Builder,BatchDeleteWorldsResponse>,RoboMakerResponse.Builder,SdkBuilder<BatchDeleteWorldsResponse.Builder,BatchDeleteWorldsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchDeleteWorldsResponse
public static interface BatchDeleteWorldsResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteWorldsResponse.Builder,BatchDeleteWorldsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteWorldsResponse.BuilderunprocessedWorlds(String... unprocessedWorlds)A list of unprocessed worlds associated with the call.BatchDeleteWorldsResponse.BuilderunprocessedWorlds(Collection<String> unprocessedWorlds)A list of unprocessed worlds associated with the call.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
unprocessedWorlds
BatchDeleteWorldsResponse.Builder unprocessedWorlds(Collection<String> unprocessedWorlds)
A list of unprocessed worlds associated with the call. These worlds were not deleted.
- Parameters:
unprocessedWorlds- A list of unprocessed worlds associated with the call. These worlds were not deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedWorlds
BatchDeleteWorldsResponse.Builder unprocessedWorlds(String... unprocessedWorlds)
A list of unprocessed worlds associated with the call. These worlds were not deleted.
- Parameters:
unprocessedWorlds- A list of unprocessed worlds associated with the call. These worlds were not deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-