Uses of Interface
software.amazon.awssdk.services.robomaker.model.WorldCount.Builder
-
Packages that use WorldCount.Builder Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of WorldCount.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return WorldCount.Builder Modifier and Type Method Description static WorldCount.BuilderWorldCount. builder()WorldCount.BuilderWorldCount.Builder. floorplanCount(Integer floorplanCount)The number of unique floorplans.WorldCount.BuilderWorldCount.Builder. interiorCountPerFloorplan(Integer interiorCountPerFloorplan)The number of unique interiors per floorplan.WorldCount.BuilderWorldCount. toBuilder()Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type WorldCount.Builder Modifier and Type Method Description static Class<? extends WorldCount.Builder>WorldCount. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type WorldCount.Builder Modifier and Type Method Description default CreateWorldGenerationJobRequest.BuilderCreateWorldGenerationJobRequest.Builder. worldCount(Consumer<WorldCount.Builder> worldCount)Information about the world count.default CreateWorldGenerationJobResponse.BuilderCreateWorldGenerationJobResponse.Builder. worldCount(Consumer<WorldCount.Builder> worldCount)Information about the world count.default DescribeWorldGenerationJobResponse.BuilderDescribeWorldGenerationJobResponse.Builder. worldCount(Consumer<WorldCount.Builder> worldCount)Information about the world count.default WorldGenerationJobSummary.BuilderWorldGenerationJobSummary.Builder. worldCount(Consumer<WorldCount.Builder> worldCount)Information about the world count.
-