Interface ExternalEventsDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExternalEventsDetail.Builder,ExternalEventsDetail>,SdkBuilder<ExternalEventsDetail.Builder,ExternalEventsDetail>,SdkPojo
- Enclosing class:
- ExternalEventsDetail
public static interface ExternalEventsDetail.Builder extends SdkPojo, CopyableBuilder<ExternalEventsDetail.Builder,ExternalEventsDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalEventsDetail.BuilderdataAccessRoleArn(String dataAccessRoleArn)The ARN of the role that provides Amazon Fraud Detector access to the data location.ExternalEventsDetail.BuilderdataLocation(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, sdkFields
-
-
-
-
Method Detail
-
dataLocation
ExternalEventsDetail.Builder dataLocation(String 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
ExternalEventsDetail.Builder dataAccessRoleArn(String 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.
-
-