public static interface ContactData.Builder extends SdkPojo, CopyableBuilder<ContactData.Builder,ContactData>
| Modifier and Type | Method and Description |
|---|---|
ContactData.Builder |
contactId(String contactId)
UUID of a contact.
|
ContactData.Builder |
contactStatus(ContactStatus contactStatus)
Status of a contact.
|
ContactData.Builder |
contactStatus(String contactStatus)
Status of a contact.
|
ContactData.Builder |
endTime(Instant endTime)
End time of a contact in UTC.
|
ContactData.Builder |
errorMessage(String errorMessage)
Error message of a contact.
|
ContactData.Builder |
groundStation(String groundStation)
Name of a ground station.
|
default ContactData.Builder |
maximumElevation(Consumer<Elevation.Builder> maximumElevation)
Maximum elevation angle of a contact.
|
ContactData.Builder |
maximumElevation(Elevation maximumElevation)
Maximum elevation angle of a contact.
|
ContactData.Builder |
missionProfileArn(String missionProfileArn)
ARN of a mission profile.
|
ContactData.Builder |
postPassEndTime(Instant postPassEndTime)
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has
finished.
|
ContactData.Builder |
prePassStartTime(Instant prePassStartTime)
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
|
ContactData.Builder |
region(String region)
Region of a contact.
|
ContactData.Builder |
satelliteArn(String satelliteArn)
ARN of a satellite.
|
ContactData.Builder |
startTime(Instant startTime)
Start time of a contact in UTC.
|
ContactData.Builder |
tags(Map<String,String> tags)
Tags assigned to a contact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactData.Builder contactId(String contactId)
UUID of a contact.
contactId - UUID of a contact.ContactData.Builder contactStatus(String contactStatus)
Status of a contact.
contactStatus - Status of a contact.ContactStatus,
ContactStatusContactData.Builder contactStatus(ContactStatus contactStatus)
Status of a contact.
contactStatus - Status of a contact.ContactStatus,
ContactStatusContactData.Builder endTime(Instant endTime)
End time of a contact in UTC.
endTime - End time of a contact in UTC.ContactData.Builder errorMessage(String errorMessage)
Error message of a contact.
errorMessage - Error message of a contact.ContactData.Builder groundStation(String groundStation)
Name of a ground station.
groundStation - Name of a ground station.ContactData.Builder maximumElevation(Elevation maximumElevation)
Maximum elevation angle of a contact.
maximumElevation - Maximum elevation angle of a contact.default ContactData.Builder maximumElevation(Consumer<Elevation.Builder> maximumElevation)
Maximum elevation angle of a contact.
This is a convenience method that creates an instance of theElevation.Builder avoiding the need to
create one manually via Elevation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to maximumElevation(Elevation).
maximumElevation - a consumer that will call methods on Elevation.BuildermaximumElevation(Elevation)ContactData.Builder missionProfileArn(String missionProfileArn)
ARN of a mission profile.
missionProfileArn - ARN of a mission profile.ContactData.Builder postPassEndTime(Instant postPassEndTime)
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
postPassEndTime - Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass
has finished.ContactData.Builder prePassStartTime(Instant prePassStartTime)
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
prePassStartTime - Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming
pass.ContactData.Builder region(String region)
Region of a contact.
region - Region of a contact.ContactData.Builder satelliteArn(String satelliteArn)
ARN of a satellite.
satelliteArn - ARN of a satellite.ContactData.Builder startTime(Instant startTime)
Start time of a contact in UTC.
startTime - Start time of a contact in UTC.ContactData.Builder tags(Map<String,String> tags)
Tags assigned to a contact.
tags - Tags assigned to a contact.Copyright © 2023. All rights reserved.