Interface CreateDataflowEndpointGroupRequest.Builder

    • Method Detail

      • contactPostPassDurationSeconds

        CreateDataflowEndpointGroupRequest.Builder contactPostPassDurationSeconds​(Integer contactPostPassDurationSeconds)

        Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the POSTPASS state.

        Parameters:
        contactPostPassDurationSeconds - Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the POSTPASS state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactPrePassDurationSeconds

        CreateDataflowEndpointGroupRequest.Builder contactPrePassDurationSeconds​(Integer contactPrePassDurationSeconds)

        Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the PREPASS state.

        Parameters:
        contactPrePassDurationSeconds - Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the PREPASS state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointDetails

        CreateDataflowEndpointGroupRequest.Builder endpointDetails​(Collection<EndpointDetails> endpointDetails)

        Endpoint details of each endpoint in the dataflow endpoint group.

        Parameters:
        endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointDetails

        CreateDataflowEndpointGroupRequest.Builder endpointDetails​(EndpointDetails... endpointDetails)

        Endpoint details of each endpoint in the dataflow endpoint group.

        Parameters:
        endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.