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 Details

    • 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.