Interface CreateMissionProfileRequest.Builder

    • Method Detail

      • contactPostPassDurationSeconds

        CreateMissionProfileRequest.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

        CreateMissionProfileRequest.Builder contactPrePassDurationSeconds​(Integer contactPrePassDurationSeconds)

        Amount of time prior to contact start you’d like to receive a Ground Station Contact State Change event indicating an upcoming pass.

        Parameters:
        contactPrePassDurationSeconds - Amount of time prior to contact start you’d like to receive a Ground Station Contact State Change event indicating an upcoming pass.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataflowEdges

        CreateMissionProfileRequest.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.

        Parameters:
        dataflowEdges - A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataflowEdges

        CreateMissionProfileRequest.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.

        Parameters:
        dataflowEdges - A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimumViableContactDurationSeconds

        CreateMissionProfileRequest.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.
      • name

        CreateMissionProfileRequest.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

        CreateMissionProfileRequest.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.
      • streamsKmsRole

        CreateMissionProfileRequest.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

        CreateMissionProfileRequest.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

        CreateMissionProfileRequest.Builder trackingConfigArn​(String trackingConfigArn)

        ARN of a tracking Config.

        Parameters:
        trackingConfigArn - ARN of a tracking Config.
        Returns:
        Returns a reference to this object so that method calls can be chained together.