Interface CreateInputRequest.Builder

    • Method Detail

      • destinations

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

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

        CreateInputRequest.Builder inputDevices​(InputDeviceSettings... 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.
      • inputSecurityGroups

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

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

        CreateInputRequest.Builder mediaConnectFlows​(Collection<MediaConnectFlowRequest> mediaConnectFlows)
        A list of the MediaConnect Flows that you want to use in this 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 Flows that you want to use in this 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

        CreateInputRequest.Builder mediaConnectFlows​(MediaConnectFlowRequest... mediaConnectFlows)
        A list of the MediaConnect Flows that you want to use in this 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 Flows that you want to use in this 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

        CreateInputRequest.Builder mediaConnectFlows​(Consumer<MediaConnectFlowRequest.Builder>... mediaConnectFlows)
        A list of the MediaConnect Flows that you want to use in this 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

        CreateInputRequest.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.
      • requestId

        CreateInputRequest.Builder requestId​(String requestId)
        Unique identifier of the request to ensure the request is handled exactly once in case of retries.
        Parameters:
        requestId - Unique identifier of the request to ensure the request is handled exactly once in case of retries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

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

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

        CreateInputRequest.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.
      • tags

        CreateInputRequest.Builder tags​(Map<String,​String> tags)
        A collection of key-value pairs.
        Parameters:
        tags - A collection of key-value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        CreateInputRequest.Builder type​(String type)
        Sets the value of the Type property for this object.
        Parameters:
        type - The new value for the Type property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputType, InputType
      • type

        CreateInputRequest.Builder type​(InputType type)
        Sets the value of the Type property for this object.
        Parameters:
        type - The new value for the Type property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputType, InputType
      • vpc

        CreateInputRequest.Builder vpc​(InputVpcRequest vpc)
        Sets the value of the Vpc property for this object.
        Parameters:
        vpc - The new value for the Vpc property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.