Interface WorldCount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorldCount.Builder,
,WorldCount> SdkBuilder<WorldCount.Builder,
,WorldCount> SdkPojo
- Enclosing class:
WorldCount
@Mutable
@NotThreadSafe
public static interface WorldCount.Builder
extends SdkPojo, CopyableBuilder<WorldCount.Builder,WorldCount>
-
Method Summary
Modifier and TypeMethodDescriptionfloorplanCount
(Integer floorplanCount) The number of unique floorplans.interiorCountPerFloorplan
(Integer interiorCountPerFloorplan) The number of unique interiors per floorplan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
floorplanCount
The number of unique floorplans.
- Parameters:
floorplanCount
- The number of unique floorplans.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interiorCountPerFloorplan
The number of unique interiors per floorplan.
- Parameters:
interiorCountPerFloorplan
- The number of unique interiors per floorplan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-