Interface CreateActionConnectorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateActionConnectorRequest.Builder,,CreateActionConnectorRequest> QuickSightRequest.Builder,SdkBuilder<CreateActionConnectorRequest.Builder,,CreateActionConnectorRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateActionConnectorRequest
-
Method Summary
Modifier and TypeMethodDescriptionactionConnectorId(String actionConnectorId) A unique identifier for the action connector.authenticationConfig(Consumer<AuthConfig.Builder> authenticationConfig) The authentication configuration for connecting to the external service.authenticationConfig(AuthConfig authenticationConfig) The authentication configuration for connecting to the external service.awsAccountId(String awsAccountId) The Amazon Web Services account ID associated with the action connector.description(String description) An optional description of the action connector.A descriptive 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.permissions(Collection<ResourcePermission> permissions) The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.permissions(Consumer<ResourcePermission.Builder>... permissions) The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.permissions(ResourcePermission... permissions) The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.tags(Collection<Tag> tags) A list of tags to apply to the action connector for resource management and organization.tags(Consumer<Tag.Builder>... tags) A list of tags to apply to the action connector for resource management and organization.A list of tags to apply to the action connector for resource management and organization.The type of action connector.type(ActionConnectorType type) The type of action connector.vpcConnectionArn(String vpcConnectionArn) The ARN of the VPC connection to use for secure connectivity to the external service.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 associated with the action connector.
- Parameters:
awsAccountId- The Amazon Web Services account ID associated with the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorId
A unique identifier for the action connector. This ID must be unique within the Amazon Web Services account. The
ActionConnectorIdmust not start with the prefixquicksuite-- Parameters:
actionConnectorId- A unique identifier for the action connector. This ID must be unique within the Amazon Web Services account. TheActionConnectorIdmust not start with the prefixquicksuite-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A descriptive name for the action connector.
- Parameters:
name- A descriptive name for the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of action connector.
- Parameters:
type- The type of action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of action connector.
- Parameters:
type- The type of action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationConfig
The authentication configuration for connecting to the external service. This includes the authentication type, base URL, and authentication metadata such as client credentials or API keys.
- Parameters:
authenticationConfig- The authentication configuration for connecting to the external service. This includes the authentication type, base URL, and authentication metadata such as client credentials or API keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationConfig
default CreateActionConnectorRequest.Builder authenticationConfig(Consumer<AuthConfig.Builder> authenticationConfig) The authentication configuration for connecting to the external service. This includes the authentication type, base URL, and authentication metadata such as client credentials or API keys.
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
An optional description of the action connector.
- Parameters:
description- An optional description of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.
- Parameters:
permissions- The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.
- Parameters:
permissions- The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
CreateActionConnectorRequest.Builder permissions(Consumer<ResourcePermission.Builder>... permissions) The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.
This is a convenience method that creates an instance of theResourcePermission.Builderavoiding the need to create one manually viaResourcePermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topermissions(List<ResourcePermission>).- Parameters:
permissions- a consumer that will call methods onResourcePermission.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcConnectionArn
The ARN of the VPC connection to use for secure connectivity to the external service.
- Parameters:
vpcConnectionArn- The ARN of the VPC connection to use for secure connectivity to the external service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags to apply to the action connector for resource management and organization.
- Parameters:
tags- A list of tags to apply to the action connector for resource management and organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags to apply to the action connector for resource management and organization.
- Parameters:
tags- A list of tags to apply to the action connector for resource management and organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags to apply to the action connector for resource management and organization.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateActionConnectorRequest.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
CreateActionConnectorRequest.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.
-