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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAdapterResponse.BuilderadapterId(String adapterId)A string containing a unique ID for the adapter that has been updated.UpdateAdapterResponse.BuilderadapterName(String adapterName)A string containing the name of the adapter that has been updated.UpdateAdapterResponse.BuilderautoUpdate(String autoUpdate)The auto-update status of the adapter that has been updated.UpdateAdapterResponse.BuilderautoUpdate(AutoUpdate autoUpdate)The auto-update status of the adapter that has been updated.UpdateAdapterResponse.BuildercreationTime(Instant creationTime)An object specifying the creation time of the the adapter that has been updated.UpdateAdapterResponse.Builderdescription(String description)A string containing the description of the adapter that has been updated.UpdateAdapterResponse.BuilderfeatureTypes(Collection<FeatureType> featureTypes)List of the targeted feature types for the updated adapter.UpdateAdapterResponse.BuilderfeatureTypes(FeatureType... featureTypes)List of the targeted feature types for the updated adapter.UpdateAdapterResponse.BuilderfeatureTypesWithStrings(String... featureTypes)List of the targeted feature types for the updated adapter.UpdateAdapterResponse.BuilderfeatureTypesWithStrings(Collection<String> featureTypes)List of the targeted feature types for the updated adapter.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.textract.model.TextractResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
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
UpdateAdapterResponse.Builder featureTypes(Collection<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.
-
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,AutoUpdate
-
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:
AutoUpdate,AutoUpdate
-
-