Interface BatchDisassociateAnalyticsDataSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<BatchDisassociateAnalyticsDataSetRequest.Builder,
,BatchDisassociateAnalyticsDataSetRequest> SdkBuilder<BatchDisassociateAnalyticsDataSetRequest.Builder,
,BatchDisassociateAnalyticsDataSetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchDisassociateAnalyticsDataSetRequest
public static interface BatchDisassociateAnalyticsDataSetRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateAnalyticsDataSetRequest.Builder,BatchDisassociateAnalyticsDataSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondataSetIds
(String... dataSetIds) An array of associated dataset identifiers to remove.dataSetIds
(Collection<String> dataSetIds) An array of associated dataset identifiers to remove.instanceId
(String instanceId) The identifier of the Amazon Connect instance.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.targetAccountId
(String targetAccountId) The identifier of the target account.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
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, sdkFields
-
Method Details
-
instanceId
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetIds
An array of associated dataset identifiers to remove.
- Parameters:
dataSetIds
- An array of associated dataset identifiers to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetIds
An array of associated dataset identifiers to remove.
- Parameters:
dataSetIds
- An array of associated dataset identifiers to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccountId
The identifier of the target account. Use to disassociate a dataset from a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
- Parameters:
targetAccountId
- The identifier of the target account. Use to disassociate a dataset from a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDisassociateAnalyticsDataSetRequest.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
BatchDisassociateAnalyticsDataSetRequest.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.
-