Interface UpdateInputRequest.Builder

    • Method Detail

      • destinations

        UpdateInputRequest.Builder destinations​(Collection<InputDestinationRequest> destinations)
        Destination settings for PUSH type inputs.
        Parameters:
        destinations - Destination settings for PUSH type inputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        UpdateInputRequest.Builder destinations​(InputDestinationRequest... destinations)
        Destination settings for PUSH type inputs.
        Parameters:
        destinations - Destination settings for PUSH type inputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputDevices

        UpdateInputRequest.Builder inputDevices​(Collection<InputDeviceRequest> inputDevices)
        Settings for the devices.
        Parameters:
        inputDevices - Settings for the devices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputDevices

        UpdateInputRequest.Builder inputDevices​(InputDeviceRequest... inputDevices)
        Settings for the devices.
        Parameters:
        inputDevices - Settings for the devices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputId

        UpdateInputRequest.Builder inputId​(String inputId)
        Unique ID of the input.
        Parameters:
        inputId - Unique ID of the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputSecurityGroups

        UpdateInputRequest.Builder inputSecurityGroups​(Collection<String> inputSecurityGroups)
        A list of security groups referenced by IDs to attach to the input.
        Parameters:
        inputSecurityGroups - A list of security groups referenced by IDs to attach to the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputSecurityGroups

        UpdateInputRequest.Builder inputSecurityGroups​(String... inputSecurityGroups)
        A list of security groups referenced by IDs to attach to the input.
        Parameters:
        inputSecurityGroups - A list of security groups referenced by IDs to attach to the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaConnectFlows

        UpdateInputRequest.Builder mediaConnectFlows​(Collection<MediaConnectFlowRequest> mediaConnectFlows)
        A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify as few as one Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ issues.
        Parameters:
        mediaConnectFlows - A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify as few as one Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ issues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaConnectFlows

        UpdateInputRequest.Builder mediaConnectFlows​(MediaConnectFlowRequest... mediaConnectFlows)
        A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify as few as one Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ issues.
        Parameters:
        mediaConnectFlows - A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify as few as one Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ issues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaConnectFlows

        UpdateInputRequest.Builder mediaConnectFlows​(Consumer<MediaConnectFlowRequest.Builder>... mediaConnectFlows)
        A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify as few as one Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ issues. This is a convenience method that creates an instance of the MediaConnectFlowRequest.Builder avoiding the need to create one manually via MediaConnectFlowRequest.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #mediaConnectFlows(List).

        Parameters:
        mediaConnectFlows - a consumer that will call methods on MediaConnectFlowRequest.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #mediaConnectFlows(java.util.Collection)
      • name

        UpdateInputRequest.Builder name​(String name)
        Name of the input.
        Parameters:
        name - Name of the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        UpdateInputRequest.Builder roleArn​(String roleArn)
        The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        UpdateInputRequest.Builder sources​(Collection<InputSourceRequest> sources)
        The source URLs for a PULL-type input. Every PULL type input needs exactly two source URLs for redundancy. Only specify sources for PULL type Inputs. Leave Destinations empty.
        Parameters:
        sources - The source URLs for a PULL-type input. Every PULL type input needs exactly two source URLs for redundancy. Only specify sources for PULL type Inputs. Leave Destinations empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        UpdateInputRequest.Builder sources​(InputSourceRequest... sources)
        The source URLs for a PULL-type input. Every PULL type input needs exactly two source URLs for redundancy. Only specify sources for PULL type Inputs. Leave Destinations empty.
        Parameters:
        sources - The source URLs for a PULL-type input. Every PULL type input needs exactly two source URLs for redundancy. Only specify sources for PULL type Inputs. Leave Destinations empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.