Interface UpdateActionConnectorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateActionConnectorRequest.Builder,
,UpdateActionConnectorRequest> QuickSightRequest.Builder
,SdkBuilder<UpdateActionConnectorRequest.Builder,
,UpdateActionConnectorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateActionConnectorRequest
@Mutable
@NotThreadSafe
public static interface UpdateActionConnectorRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateActionConnectorRequest.Builder,UpdateActionConnectorRequest>
-
Method Summary
Modifier and TypeMethodDescriptionactionConnectorId
(String actionConnectorId) The unique identifier of the action connector to update.authenticationConfig
(Consumer<AuthConfig.Builder> authenticationConfig) The updated authentication configuration for connecting to the external service.authenticationConfig
(AuthConfig authenticationConfig) The updated authentication configuration for connecting to the external service.awsAccountId
(String awsAccountId) The Amazon Web Services account ID that contains the action connector to update.description
(String description) The updated description of the action connector.The new name for the action connector.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.vpcConnectionArn
(String vpcConnectionArn) The updated ARN of the VPC connection to use for secure connectivity.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.quicksight.model.QuickSightRequest.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
-
awsAccountId
The Amazon Web Services account ID that contains the action connector to update.
- Parameters:
awsAccountId
- The Amazon Web Services account ID that contains the action connector to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorId
The unique identifier of the action connector to update.
- Parameters:
actionConnectorId
- The unique identifier of the action connector to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The new name for the action connector.
- Parameters:
name
- The new name for the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationConfig
The updated authentication configuration for connecting to the external service.
- Parameters:
authenticationConfig
- The updated authentication configuration for connecting to the external service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationConfig
default UpdateActionConnectorRequest.Builder authenticationConfig(Consumer<AuthConfig.Builder> authenticationConfig) The updated authentication configuration for connecting to the external service.
This is a convenience method that creates an instance of theAuthConfig.Builder
avoiding the need to create one manually viaAuthConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthenticationConfig(AuthConfig)
.- Parameters:
authenticationConfig
- a consumer that will call methods onAuthConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The updated description of the action connector.
- Parameters:
description
- The updated description of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionArn
The updated ARN of the VPC connection to use for secure connectivity.
- Parameters:
vpcConnectionArn
- The updated ARN of the VPC connection to use for secure connectivity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateActionConnectorRequest.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
UpdateActionConnectorRequest.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.
-