Interface UpdateAdapterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAdapterRequest.Builder,UpdateAdapterRequest>
,SdkBuilder<UpdateAdapterRequest.Builder,UpdateAdapterRequest>
,SdkPojo
,SdkRequest.Builder
,TextractRequest.Builder
- Enclosing class:
- UpdateAdapterRequest
public static interface UpdateAdapterRequest.Builder extends TextractRequest.Builder, SdkPojo, CopyableBuilder<UpdateAdapterRequest.Builder,UpdateAdapterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAdapterRequest.Builder
adapterId(String adapterId)
A string containing a unique ID for the adapter that will be updated.UpdateAdapterRequest.Builder
adapterName(String adapterName)
The new name to be applied to the adapter.UpdateAdapterRequest.Builder
autoUpdate(String autoUpdate)
The new auto-update status to be applied to the adapter.UpdateAdapterRequest.Builder
autoUpdate(AutoUpdate autoUpdate)
The new auto-update status to be applied to the adapter.UpdateAdapterRequest.Builder
description(String description)
The new description to be applied to the adapter.UpdateAdapterRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateAdapterRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.textract.model.TextractRequest.Builder
build
-
-
-
-
Method Detail
-
adapterId
UpdateAdapterRequest.Builder adapterId(String adapterId)
A string containing a unique ID for the adapter that will be updated.
- Parameters:
adapterId
- A string containing a unique ID for the adapter that will be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAdapterRequest.Builder description(String description)
The new description to be applied to the adapter.
- Parameters:
description
- The new description to be applied to the adapter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adapterName
UpdateAdapterRequest.Builder adapterName(String adapterName)
The new name to be applied to the adapter.
- Parameters:
adapterName
- The new name to be applied to the adapter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoUpdate
UpdateAdapterRequest.Builder autoUpdate(String autoUpdate)
The new auto-update status to be applied to the adapter.
- Parameters:
autoUpdate
- The new auto-update status to be applied to the adapter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoUpdate
,AutoUpdate
-
autoUpdate
UpdateAdapterRequest.Builder autoUpdate(AutoUpdate autoUpdate)
The new auto-update status to be applied to the adapter.
- Parameters:
autoUpdate
- The new auto-update status to be applied to the adapter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoUpdate
,AutoUpdate
-
overrideConfiguration
UpdateAdapterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAdapterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-