Interface UpdateDataAccessorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDataAccessorRequest.Builder,
,UpdateDataAccessorRequest> QBusinessRequest.Builder
,SdkBuilder<UpdateDataAccessorRequest.Builder,
,UpdateDataAccessorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateDataAccessorRequest
-
Method Summary
Modifier and TypeMethodDescriptionactionConfigurations
(Collection<ActionConfiguration> actionConfigurations) The updated list of action configurations specifying the allowed actions and any associated filters.actionConfigurations
(Consumer<ActionConfiguration.Builder>... actionConfigurations) The updated list of action configurations specifying the allowed actions and any associated filters.actionConfigurations
(ActionConfiguration... actionConfigurations) The updated list of action configurations specifying the allowed actions and any associated filters.applicationId
(String applicationId) The unique identifier of the Amazon Q Business application.authenticationDetail
(Consumer<DataAccessorAuthenticationDetail.Builder> authenticationDetail) The updated authentication configuration details for the data accessor.authenticationDetail
(DataAccessorAuthenticationDetail authenticationDetail) The updated authentication configuration details for the data accessor.dataAccessorId
(String dataAccessorId) The unique identifier of the data accessor to update.displayName
(String displayName) The updated friendly name for the data accessor.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.services.qbusiness.model.QBusinessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The unique identifier of the Amazon Q Business application.
- Parameters:
applicationId
- The unique identifier of the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAccessorId
The unique identifier of the data accessor to update.
- Parameters:
dataAccessorId
- The unique identifier of the data accessor to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConfigurations
UpdateDataAccessorRequest.Builder actionConfigurations(Collection<ActionConfiguration> actionConfigurations) The updated list of action configurations specifying the allowed actions and any associated filters.
- Parameters:
actionConfigurations
- The updated list of action configurations specifying the allowed actions and any associated filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConfigurations
The updated list of action configurations specifying the allowed actions and any associated filters.
- Parameters:
actionConfigurations
- The updated list of action configurations specifying the allowed actions and any associated filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConfigurations
UpdateDataAccessorRequest.Builder actionConfigurations(Consumer<ActionConfiguration.Builder>... actionConfigurations) The updated list of action configurations specifying the allowed actions and any associated filters.
This is a convenience method that creates an instance of theActionConfiguration.Builder
avoiding the need to create one manually viaActionConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toactionConfigurations(List<ActionConfiguration>)
.- Parameters:
actionConfigurations
- a consumer that will call methods onActionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationDetail
UpdateDataAccessorRequest.Builder authenticationDetail(DataAccessorAuthenticationDetail authenticationDetail) The updated authentication configuration details for the data accessor. This specifies how the ISV will authenticate when accessing data through this data accessor.
- Parameters:
authenticationDetail
- The updated authentication configuration details for the data accessor. This specifies how the ISV will authenticate when accessing data through this data accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationDetail
default UpdateDataAccessorRequest.Builder authenticationDetail(Consumer<DataAccessorAuthenticationDetail.Builder> authenticationDetail) The updated authentication configuration details for the data accessor. This specifies how the ISV will authenticate when accessing data through this data accessor.
This is a convenience method that creates an instance of theDataAccessorAuthenticationDetail.Builder
avoiding the need to create one manually viaDataAccessorAuthenticationDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthenticationDetail(DataAccessorAuthenticationDetail)
.- Parameters:
authenticationDetail
- a consumer that will call methods onDataAccessorAuthenticationDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
The updated friendly name for the data accessor.
- Parameters:
displayName
- The updated friendly name for the data accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDataAccessorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDataAccessorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-