Interface AnalyticsDataAssociationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalyticsDataAssociationResult.Builder,
,AnalyticsDataAssociationResult> SdkBuilder<AnalyticsDataAssociationResult.Builder,
,AnalyticsDataAssociationResult> SdkPojo
- Enclosing class:
AnalyticsDataAssociationResult
public static interface AnalyticsDataAssociationResult.Builder
extends SdkPojo, CopyableBuilder<AnalyticsDataAssociationResult.Builder,AnalyticsDataAssociationResult>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the dataset.resourceShareArn
(String resourceShareArn) The Amazon Resource Name (ARN) of the Resource Access Manager share.resourceShareId
(String resourceShareId) The Resource Access Manager share ID.targetAccountId
(String targetAccountId) The identifier of the target account.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
-
dataSetId
The identifier of the dataset.
- Parameters:
dataSetId
- The identifier of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccountId
The identifier of the target account.
- Parameters:
targetAccountId
- The identifier of the target account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-