Interface GetAdapterResponse.Builder

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

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

    • adapterId

      GetAdapterResponse.Builder adapterId(String adapterId)

      A string identifying the adapter that information has been retrieved for.

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

      GetAdapterResponse.Builder adapterName(String adapterName)

      The name of the requested adapter.

      Parameters:
      adapterName - The name of the requested adapter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      GetAdapterResponse.Builder creationTime(Instant creationTime)

      The date and time the requested adapter was created at.

      Parameters:
      creationTime - The date and time the requested adapter was created at.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetAdapterResponse.Builder description(String description)

      The description for the requested adapter.

      Parameters:
      description - The description for the requested adapter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureTypesWithStrings

      GetAdapterResponse.Builder featureTypesWithStrings(Collection<String> featureTypes)

      List of the targeted feature types for the requested adapter.

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

      GetAdapterResponse.Builder featureTypesWithStrings(String... featureTypes)

      List of the targeted feature types for the requested adapter.

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

      GetAdapterResponse.Builder featureTypes(Collection<FeatureType> featureTypes)

      List of the targeted feature types for the requested adapter.

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

      GetAdapterResponse.Builder featureTypes(FeatureType... featureTypes)

      List of the targeted feature types for the requested adapter.

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

      GetAdapterResponse.Builder autoUpdate(String autoUpdate)

      Binary value indicating if the adapter is being automatically updated or not.

      Parameters:
      autoUpdate - Binary value indicating if the adapter is being automatically updated or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoUpdate

      GetAdapterResponse.Builder autoUpdate(AutoUpdate autoUpdate)

      Binary value indicating if the adapter is being automatically updated or not.

      Parameters:
      autoUpdate - Binary value indicating if the adapter is being automatically updated or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      A set of tags (key-value pairs) associated with the adapter that has been retrieved.

      Parameters:
      tags - A set of tags (key-value pairs) associated with the adapter that has been retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.