Interface AnalyticsDataAssociationResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsDataAssociationResult.Builder,,AnalyticsDataAssociationResult> SdkBuilder<AnalyticsDataAssociationResult.Builder,,AnalyticsDataAssociationResult> SdkPojo
- Enclosing class:
AnalyticsDataAssociationResult
@Mutable
@NotThreadSafe
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.resourceShareStatus(String resourceShareStatus) The Amazon Web Services Resource Access Manager status of association.targetAccountId(String targetAccountId) The identifier of the target account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-