| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static WorldCount.Builder |
WorldCount.builder() |
WorldCount.Builder |
WorldCount.Builder.floorplanCount(Integer floorplanCount)
The number of unique floorplans.
|
WorldCount.Builder |
WorldCount.Builder.interiorCountPerFloorplan(Integer interiorCountPerFloorplan)
The number of unique interiors per floorplan.
|
WorldCount.Builder |
WorldCount.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorldCount.Builder> |
WorldCount.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWorldGenerationJobRequest.Builder |
CreateWorldGenerationJobRequest.Builder.worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
default CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
default DescribeWorldGenerationJobResponse.Builder |
DescribeWorldGenerationJobResponse.Builder.worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
default WorldGenerationJobSummary.Builder |
WorldGenerationJobSummary.Builder.worldCount(Consumer<WorldCount.Builder> worldCount)
Information about the world count.
|
Copyright © 2022. All rights reserved.