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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsDataAssociationResult.BuilderdataSetId(String dataSetId)The identifier of the dataset.AnalyticsDataAssociationResult.BuilderresourceShareArn(String resourceShareArn)The Amazon Resource Name (ARN) of the Resource Access Manager share.AnalyticsDataAssociationResult.BuilderresourceShareId(String resourceShareId)The Resource Access Manager share ID.AnalyticsDataAssociationResult.BuildertargetAccountId(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 Detail
-
dataSetId
AnalyticsDataAssociationResult.Builder dataSetId(String 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
AnalyticsDataAssociationResult.Builder targetAccountId(String 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.
-
resourceShareId
AnalyticsDataAssociationResult.Builder resourceShareId(String resourceShareId)
The Resource Access Manager share ID.
- Parameters:
resourceShareId- The Resource Access Manager share ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceShareArn
AnalyticsDataAssociationResult.Builder resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the Resource Access Manager share.
- Parameters:
resourceShareArn- The Amazon Resource Name (ARN) of the Resource Access Manager share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-