Interface GetMissionProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMissionProfileResponse.Builder,GetMissionProfileResponse>,GroundStationResponse.Builder,SdkBuilder<GetMissionProfileResponse.Builder,GetMissionProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMissionProfileResponse
public static interface GetMissionProfileResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetMissionProfileResponse.Builder,GetMissionProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetMissionProfileResponse.BuildercontactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.GetMissionProfileResponse.BuildercontactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.GetMissionProfileResponse.BuilderdataflowEdges(Collection<? extends Collection<String>> dataflowEdges)A list of lists of ARNs.GetMissionProfileResponse.BuilderdataflowEdges(Collection<String>... dataflowEdges)A list of lists of ARNs.GetMissionProfileResponse.BuilderminimumViableContactDurationSeconds(Integer minimumViableContactDurationSeconds)Smallest amount of time in seconds that you’d like to see for an available contact.GetMissionProfileResponse.BuildermissionProfileArn(String missionProfileArn)ARN of a mission profile.GetMissionProfileResponse.BuildermissionProfileId(String missionProfileId)UUID of a mission profile.GetMissionProfileResponse.Buildername(String name)Name of a mission profile.GetMissionProfileResponse.Builderregion(String region)Region of a mission profile.default GetMissionProfileResponse.BuilderstreamsKmsKey(Consumer<KmsKey.Builder> streamsKmsKey)KMS key to use for encrypting streams.GetMissionProfileResponse.BuilderstreamsKmsKey(KmsKey streamsKmsKey)KMS key to use for encrypting streams.GetMissionProfileResponse.BuilderstreamsKmsRole(String streamsKmsRole)Role to use for encrypting streams with KMS key.GetMissionProfileResponse.Buildertags(Map<String,String> tags)Tags assigned to a mission profile.GetMissionProfileResponse.BuildertrackingConfigArn(String trackingConfigArn)ARN of a trackingConfig.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
contactPostPassDurationSeconds
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.
- Parameters:
contactPostPassDurationSeconds- Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactPrePassDurationSeconds
GetMissionProfileResponse.Builder contactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
- Parameters:
contactPrePassDurationSeconds- Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowEdges
GetMissionProfileResponse.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
GetMissionProfileResponse.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
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.
- 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.
-
missionProfileArn
GetMissionProfileResponse.Builder missionProfileArn(String missionProfileArn)
ARN of a mission profile.
- Parameters:
missionProfileArn- ARN of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missionProfileId
GetMissionProfileResponse.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
GetMissionProfileResponse.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.
-
region
GetMissionProfileResponse.Builder region(String region)
Region of a mission profile.
- Parameters:
region- Region of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamsKmsKey
GetMissionProfileResponse.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 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.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
GetMissionProfileResponse.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.
-
tags
GetMissionProfileResponse.Builder tags(Map<String,String> tags)
Tags assigned to a mission profile.
- Parameters:
tags- Tags assigned to a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingConfigArn
GetMissionProfileResponse.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.
-
-