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