Interface UpdateMissionProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMissionProfileRequest.Builder,UpdateMissionProfileRequest>,GroundStationRequest.Builder,SdkBuilder<UpdateMissionProfileRequest.Builder,UpdateMissionProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateMissionProfileRequest
public static interface UpdateMissionProfileRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<UpdateMissionProfileRequest.Builder,UpdateMissionProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateMissionProfileRequest.BuildercontactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.UpdateMissionProfileRequest.BuildercontactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.UpdateMissionProfileRequest.BuilderdataflowEdges(Collection<? extends Collection<String>> dataflowEdges)A list of lists of ARNs.UpdateMissionProfileRequest.BuilderdataflowEdges(Collection<String>... dataflowEdges)A list of lists of ARNs.UpdateMissionProfileRequest.BuilderminimumViableContactDurationSeconds(Integer minimumViableContactDurationSeconds)Smallest amount of time in seconds that you’d like to see for an available contact.UpdateMissionProfileRequest.BuildermissionProfileId(String missionProfileId)UUID of a mission profile.UpdateMissionProfileRequest.Buildername(String name)Name of a mission profile.UpdateMissionProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMissionProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateMissionProfileRequest.BuilderstreamsKmsKey(Consumer<KmsKey.Builder> streamsKmsKey)KMS key to use for encrypting streams.UpdateMissionProfileRequest.BuilderstreamsKmsKey(KmsKey streamsKmsKey)KMS key to use for encrypting streams.UpdateMissionProfileRequest.BuilderstreamsKmsRole(String streamsKmsRole)Role to use for encrypting streams with KMS key.UpdateMissionProfileRequest.BuildertrackingConfigArn(String trackingConfigArn)ARN of a trackingConfig.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationRequest.Builder
build
-
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
-
contactPostPassDurationSeconds
UpdateMissionProfileRequest.Builder contactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.
- Parameters:
contactPostPassDurationSeconds- Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactPrePassDurationSeconds
UpdateMissionProfileRequest.Builder contactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.
- Parameters:
contactPrePassDurationSeconds- Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowEdges
UpdateMissionProfileRequest.Builder dataflowEdges(Collection<? extends Collection<String>> dataflowEdges)
A list of lists of ARNs. Each list of ARNs is an edge, with a from
Configand a toConfig.- Parameters:
dataflowEdges- A list of lists of ARNs. Each list of ARNs is an edge, with a fromConfigand a toConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowEdges
UpdateMissionProfileRequest.Builder dataflowEdges(Collection<String>... dataflowEdges)
A list of lists of ARNs. Each list of ARNs is an edge, with a from
Configand a toConfig.- Parameters:
dataflowEdges- A list of lists of ARNs. Each list of ARNs is an edge, with a fromConfigand a toConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumViableContactDurationSeconds
UpdateMissionProfileRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missionProfileId
UpdateMissionProfileRequest.Builder missionProfileId(String missionProfileId)
UUID of a mission profile.
- Parameters:
missionProfileId- UUID of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateMissionProfileRequest.Builder name(String name)
Name of a mission profile.
- Parameters:
name- Name of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamsKmsKey
UpdateMissionProfileRequest.Builder streamsKmsKey(KmsKey streamsKmsKey)
KMS key to use for encrypting streams.
- Parameters:
streamsKmsKey- KMS key to use for encrypting streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamsKmsKey
default UpdateMissionProfileRequest.Builder streamsKmsKey(Consumer<KmsKey.Builder> streamsKmsKey)
KMS key to use for encrypting streams.
This is a convenience method that creates an instance of theKmsKey.Builderavoiding the need to create one manually viaKmsKey.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostreamsKmsKey(KmsKey).- Parameters:
streamsKmsKey- a consumer that will call methods onKmsKey.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
streamsKmsKey(KmsKey)
-
streamsKmsRole
UpdateMissionProfileRequest.Builder streamsKmsRole(String streamsKmsRole)
Role to use for encrypting streams with KMS key.
- Parameters:
streamsKmsRole- Role to use for encrypting streams with KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingConfigArn
UpdateMissionProfileRequest.Builder trackingConfigArn(String trackingConfigArn)
ARN of a tracking
Config.- Parameters:
trackingConfigArn- ARN of a trackingConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMissionProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMissionProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-