Interface UpdateAdapterResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateAdapterResponse.Builder,UpdateAdapterResponse>, SdkBuilder<UpdateAdapterResponse.Builder,UpdateAdapterResponse>, SdkPojo, SdkResponse.Builder, TextractResponse.Builder
Enclosing class:
UpdateAdapterResponse

public static interface UpdateAdapterResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<UpdateAdapterResponse.Builder,UpdateAdapterResponse>
  • Method Details

    • adapterId

      UpdateAdapterResponse.Builder adapterId(String adapterId)

      A string containing a unique ID for the adapter that has been updated.

      Parameters:
      adapterId - A string containing a unique ID for the adapter that has been updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adapterName

      UpdateAdapterResponse.Builder adapterName(String adapterName)

      A string containing the name of the adapter that has been updated.

      Parameters:
      adapterName - A string containing the name of the adapter that has been updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      UpdateAdapterResponse.Builder creationTime(Instant creationTime)

      An object specifying the creation time of the the adapter that has been updated.

      Parameters:
      creationTime - An object specifying the creation time of the the adapter that has been updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateAdapterResponse.Builder description(String description)

      A string containing the description of the adapter that has been updated.

      Parameters:
      description - A string containing the description of the adapter that has been updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureTypesWithStrings

      UpdateAdapterResponse.Builder featureTypesWithStrings(Collection<String> featureTypes)

      List of the targeted feature types for the updated adapter.

      Parameters:
      featureTypes - List of the targeted feature types for the updated adapter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureTypesWithStrings

      UpdateAdapterResponse.Builder featureTypesWithStrings(String... featureTypes)

      List of the targeted feature types for the updated adapter.

      Parameters:
      featureTypes - List of the targeted feature types for the updated adapter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureTypes

      List of the targeted feature types for the updated adapter.

      Parameters:
      featureTypes - List of the targeted feature types for the updated adapter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureTypes

      UpdateAdapterResponse.Builder featureTypes(FeatureType... featureTypes)

      List of the targeted feature types for the updated adapter.

      Parameters:
      featureTypes - List of the targeted feature types for the updated adapter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoUpdate

      UpdateAdapterResponse.Builder autoUpdate(String autoUpdate)

      The auto-update status of the adapter that has been updated.

      Parameters:
      autoUpdate - The auto-update status of the adapter that has been updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoUpdate

      UpdateAdapterResponse.Builder autoUpdate(AutoUpdate autoUpdate)

      The auto-update status of the adapter that has been updated.

      Parameters:
      autoUpdate - The auto-update status of the adapter that has been updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: