Interface DisassociateAnalyticsDataSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<DisassociateAnalyticsDataSetRequest.Builder,DisassociateAnalyticsDataSetRequest>,SdkBuilder<DisassociateAnalyticsDataSetRequest.Builder,DisassociateAnalyticsDataSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateAnalyticsDataSetRequest
public static interface DisassociateAnalyticsDataSetRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DisassociateAnalyticsDataSetRequest.Builder,DisassociateAnalyticsDataSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateAnalyticsDataSetRequest.BuilderdataSetId(String dataSetId)The identifier of the dataset to remove.DisassociateAnalyticsDataSetRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.DisassociateAnalyticsDataSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateAnalyticsDataSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateAnalyticsDataSetRequest.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
DisassociateAnalyticsDataSetRequest.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.
-
dataSetId
DisassociateAnalyticsDataSetRequest.Builder dataSetId(String dataSetId)
The identifier of the dataset to remove.
- Parameters:
dataSetId- The identifier of the dataset to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccountId
DisassociateAnalyticsDataSetRequest.Builder targetAccountId(String targetAccountId)
The identifier of the target account. Use to associate a dataset to 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 associate a dataset to 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
DisassociateAnalyticsDataSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateAnalyticsDataSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-