Interface ExternalEventsDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExternalEventsDetail.Builder,
,ExternalEventsDetail> SdkBuilder<ExternalEventsDetail.Builder,
,ExternalEventsDetail> SdkPojo
- Enclosing class:
ExternalEventsDetail
@Mutable
@NotThreadSafe
public static interface ExternalEventsDetail.Builder
extends SdkPojo, CopyableBuilder<ExternalEventsDetail.Builder,ExternalEventsDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondataAccessRoleArn
(String dataAccessRoleArn) The ARN of the role that provides Amazon Fraud Detector access to the data location.dataLocation
(String dataLocation) The Amazon S3 bucket location for the data.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, sdkFieldNameToField, sdkFields
-
Method Details
-
dataLocation
The Amazon S3 bucket location for the data.
- Parameters:
dataLocation
- The Amazon S3 bucket location for the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAccessRoleArn
The ARN of the role that provides Amazon Fraud Detector access to the data location.
- Parameters:
dataAccessRoleArn
- The ARN of the role that provides Amazon Fraud Detector access to the data location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-