Interface AzElEphemeris.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AzElEphemeris.Builder,,- AzElEphemeris> - SdkBuilder<AzElEphemeris.Builder,,- AzElEphemeris> - SdkPojo
- Enclosing class:
- AzElEphemeris
@Mutable
@NotThreadSafe
public static interface AzElEphemeris.Builder
extends SdkPojo, CopyableBuilder<AzElEphemeris.Builder,AzElEphemeris> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault AzElEphemeris.Builderdata(Consumer<AzElSegmentsData.Builder> data) Azimuth elevation segment data.data(AzElSegmentsData data) Azimuth elevation segment data.groundStation(String groundStation) The ground station name for which you're providing azimuth elevation data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
groundStationThe ground station name for which you're providing azimuth elevation data. This ephemeris is specific to this ground station and can't be used at other locations. - Parameters:
- groundStation- The ground station name for which you're providing azimuth elevation data.- This ephemeris is specific to this ground station and can't be used at other locations. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataAzimuth elevation segment data. You can provide data inline in the request or through an Amazon S3 object reference. - Parameters:
- data- Azimuth elevation segment data.- You can provide data inline in the request or through an Amazon S3 object reference. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataAzimuth elevation segment data. You can provide data inline in the request or through an Amazon S3 object reference. This is a convenience method that creates an instance of theAzElSegmentsData.Builderavoiding the need to create one manually viaAzElSegmentsData.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todata(AzElSegmentsData).- Parameters:
- data- a consumer that will call methods on- AzElSegmentsData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-