Interface MLInputChannelSummary.Builder

  • Method Details

    • createTime

      MLInputChannelSummary.Builder createTime(Instant createTime)

      The time at which the ML input channel was created.

      Parameters:
      createTime - The time at which the ML input channel was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateTime

      MLInputChannelSummary.Builder updateTime(Instant updateTime)

      The most recent time at which the ML input channel was updated.

      Parameters:
      updateTime - The most recent time at which the ML input channel was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • membershipIdentifier

      MLInputChannelSummary.Builder membershipIdentifier(String membershipIdentifier)

      The membership ID of the membership that contains the ML input channel.

      Parameters:
      membershipIdentifier - The membership ID of the membership that contains the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • collaborationIdentifier

      MLInputChannelSummary.Builder collaborationIdentifier(String collaborationIdentifier)

      The collaboration ID of the collaboration that contains the ML input channel.

      Parameters:
      collaborationIdentifier - The collaboration ID of the collaboration that contains the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the ML input channel.

      Parameters:
      name - The name of the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configuredModelAlgorithmAssociations

      MLInputChannelSummary.Builder configuredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations)

      The associated configured model algorithms used to create the ML input channel.

      Parameters:
      configuredModelAlgorithmAssociations - The associated configured model algorithms used to create the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configuredModelAlgorithmAssociations

      MLInputChannelSummary.Builder configuredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations)

      The associated configured model algorithms used to create the ML input channel.

      Parameters:
      configuredModelAlgorithmAssociations - The associated configured model algorithms used to create the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protectedQueryIdentifier

      MLInputChannelSummary.Builder protectedQueryIdentifier(String protectedQueryIdentifier)

      The ID of the protected query that was used to create the ML input channel.

      Parameters:
      protectedQueryIdentifier - The ID of the protected query that was used to create the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mlInputChannelArn

      MLInputChannelSummary.Builder mlInputChannelArn(String mlInputChannelArn)

      The Amazon Resource Name (ARN) of the ML input channel.

      Parameters:
      mlInputChannelArn - The Amazon Resource Name (ARN) of the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the ML input channel.

      Parameters:
      status - The status of the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the ML input channel.

      Parameters:
      status - The status of the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      MLInputChannelSummary.Builder description(String description)

      The description of the ML input channel.

      Parameters:
      description - The description of the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • payerConfiguration

      MLInputChannelSummary.Builder payerConfiguration(PayerConfiguration payerConfiguration)

      The payer configuration for the ML input channel.

      Parameters:
      payerConfiguration - The payer configuration for the ML input channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • payerConfiguration

      default MLInputChannelSummary.Builder payerConfiguration(Consumer<PayerConfiguration.Builder> payerConfiguration)

      The payer configuration for the ML input channel.

      This is a convenience method that creates an instance of the PayerConfiguration.Builder avoiding the need to create one manually via PayerConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to payerConfiguration(PayerConfiguration).

      Parameters:
      payerConfiguration - a consumer that will call methods on PayerConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: