Interface GroundStationData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroundStationData.Builder,GroundStationData>,SdkBuilder<GroundStationData.Builder,GroundStationData>,SdkPojo
- Enclosing class:
- GroundStationData
public static interface GroundStationData.Builder extends SdkPojo, CopyableBuilder<GroundStationData.Builder,GroundStationData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroundStationData.BuildergroundStationId(String groundStationId)UUID of a ground station.GroundStationData.BuildergroundStationName(String groundStationName)Name of a ground station.GroundStationData.Builderregion(String region)Ground station Region.-
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, sdkFields
-
-
-
-
Method Detail
-
groundStationId
GroundStationData.Builder groundStationId(String groundStationId)
UUID of a ground station.
- Parameters:
groundStationId- UUID of a ground station.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groundStationName
GroundStationData.Builder groundStationName(String groundStationName)
Name of a ground station.
- Parameters:
groundStationName- Name of a ground station.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
GroundStationData.Builder region(String region)
Ground station Region.
- Parameters:
region- Ground station Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-