public static interface GetMissionProfileResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetMissionProfileResponse.Builder,GetMissionProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMissionProfileResponse.Builder |
contactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has
finished.
|
GetMissionProfileResponse.Builder |
contactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
|
GetMissionProfileResponse.Builder |
dataflowEdges(Collection<? extends Collection<String>> dataflowEdges)
A list of lists of ARNs.
|
GetMissionProfileResponse.Builder |
dataflowEdges(Collection<String>... dataflowEdges)
A list of lists of ARNs.
|
GetMissionProfileResponse.Builder |
minimumViableContactDurationSeconds(Integer minimumViableContactDurationSeconds)
Smallest amount of time in seconds that you’d like to see for an available contact.
|
GetMissionProfileResponse.Builder |
missionProfileArn(String missionProfileArn)
ARN of a mission profile.
|
GetMissionProfileResponse.Builder |
missionProfileId(String missionProfileId)
UUID of a mission profile.
|
GetMissionProfileResponse.Builder |
name(String name)
Name of a mission profile.
|
GetMissionProfileResponse.Builder |
region(String region)
Region of a mission profile.
|
default GetMissionProfileResponse.Builder |
streamsKmsKey(Consumer<KmsKey.Builder> streamsKmsKey)
KMS key to use for encrypting streams.
|
GetMissionProfileResponse.Builder |
streamsKmsKey(KmsKey streamsKmsKey)
KMS key to use for encrypting streams.
|
GetMissionProfileResponse.Builder |
streamsKmsRole(String streamsKmsRole)
Role to use for encrypting streams with KMS key.
|
GetMissionProfileResponse.Builder |
tags(Map<String,String> tags)
Tags assigned to a mission profile.
|
GetMissionProfileResponse.Builder |
trackingConfigArn(String trackingConfigArn)
ARN of a tracking
Config. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMissionProfileResponse.Builder contactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
contactPostPassDurationSeconds - Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass
has finished.GetMissionProfileResponse.Builder contactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
contactPrePassDurationSeconds - Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming
pass.GetMissionProfileResponse.Builder dataflowEdges(Collection<? extends Collection<String>> dataflowEdges)
A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to
Config.
dataflowEdges - A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a
to Config.GetMissionProfileResponse.Builder dataflowEdges(Collection<String>... dataflowEdges)
A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to
Config.
dataflowEdges - A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a
to Config.GetMissionProfileResponse.Builder minimumViableContactDurationSeconds(Integer minimumViableContactDurationSeconds)
Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.
minimumViableContactDurationSeconds - Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station
will not present you with contacts shorter than this duration.GetMissionProfileResponse.Builder missionProfileArn(String missionProfileArn)
ARN of a mission profile.
missionProfileArn - ARN of a mission profile.GetMissionProfileResponse.Builder missionProfileId(String missionProfileId)
UUID of a mission profile.
missionProfileId - UUID of a mission profile.GetMissionProfileResponse.Builder name(String name)
Name of a mission profile.
name - Name of a mission profile.GetMissionProfileResponse.Builder region(String region)
Region of a mission profile.
region - Region of a mission profile.GetMissionProfileResponse.Builder streamsKmsKey(KmsKey streamsKmsKey)
KMS key to use for encrypting streams.
streamsKmsKey - KMS key to use for encrypting streams.default GetMissionProfileResponse.Builder streamsKmsKey(Consumer<KmsKey.Builder> streamsKmsKey)
KMS key to use for encrypting streams.
This is a convenience method that creates an instance of theKmsKey.Builder avoiding the need to
create one manually via KmsKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to streamsKmsKey(KmsKey).
streamsKmsKey - a consumer that will call methods on KmsKey.BuilderstreamsKmsKey(KmsKey)GetMissionProfileResponse.Builder streamsKmsRole(String streamsKmsRole)
Role to use for encrypting streams with KMS key.
streamsKmsRole - Role to use for encrypting streams with KMS key.GetMissionProfileResponse.Builder tags(Map<String,String> tags)
Tags assigned to a mission profile.
tags - Tags assigned to a mission profile.GetMissionProfileResponse.Builder trackingConfigArn(String trackingConfigArn)
ARN of a tracking Config.
trackingConfigArn - ARN of a tracking Config.Copyright © 2023. All rights reserved.