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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.Builderavoiding the need to create one manually viaAuthConfig.builder().When the
Consumercompletes,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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-