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