Interface AntennaListItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AntennaListItem.Builder,,AntennaListItem> SdkBuilder<AntennaListItem.Builder,,AntennaListItem> SdkPojo
- Enclosing class:
AntennaListItem
@Mutable
@NotThreadSafe
public static interface AntennaListItem.Builder
extends SdkPojo, CopyableBuilder<AntennaListItem.Builder,AntennaListItem>
-
Method Summary
Modifier and TypeMethodDescriptionantennaName(String antennaName) Name of the antenna.groundStationName(String groundStationName) Name of the ground station the antenna is associated with.Region of the antenna.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
groundStationName
Name of the ground station the antenna is associated with.
- Parameters:
groundStationName- Name of the ground station the antenna is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
antennaName
Name of the antenna.
- Parameters:
antennaName- Name of the antenna.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
Region of the antenna.
- Parameters:
region- Region of the antenna.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-