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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDisassociateAnalyticsDataSetRequest.BuilderdataSetIds(String... dataSetIds)An array of associated dataset identifiers to remove.BatchDisassociateAnalyticsDataSetRequest.BuilderdataSetIds(Collection<String> dataSetIds)An array of associated dataset identifiers to remove.BatchDisassociateAnalyticsDataSetRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.BatchDisassociateAnalyticsDataSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDisassociateAnalyticsDataSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDisassociateAnalyticsDataSetRequest.BuildertargetAccountId(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 Detail
-
instanceId
BatchDisassociateAnalyticsDataSetRequest.Builder instanceId(String 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
BatchDisassociateAnalyticsDataSetRequest.Builder dataSetIds(Collection<String> 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
BatchDisassociateAnalyticsDataSetRequest.Builder dataSetIds(String... 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
BatchDisassociateAnalyticsDataSetRequest.Builder targetAccountId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDisassociateAnalyticsDataSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-