Interface S3ObjectForSendObjectMalwareScan.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3ObjectForSendObjectMalwareScan.Builder,,S3ObjectForSendObjectMalwareScan> SdkBuilder<S3ObjectForSendObjectMalwareScan.Builder,,S3ObjectForSendObjectMalwareScan> SdkPojo
- Enclosing class:
S3ObjectForSendObjectMalwareScan
@Mutable
@NotThreadSafe
public static interface S3ObjectForSendObjectMalwareScan.Builder
extends SdkPojo, CopyableBuilder<S3ObjectForSendObjectMalwareScan.Builder,S3ObjectForSendObjectMalwareScan>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the S3 bucket containing the object to scan.The key (name) of the S3 object to scan for malware.The version ID of the S3 object to scan.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
-
bucket
The name of the S3 bucket containing the object to scan. The bucket must have GuardDuty Malware Protection enabled.
- Parameters:
bucket- The name of the S3 bucket containing the object to scan. The bucket must have GuardDuty Malware Protection enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The key (name) of the S3 object to scan for malware. This must be the full key path of the object within the bucket.
- Parameters:
key- The key (name) of the S3 object to scan for malware. This must be the full key path of the object within the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
The version ID of the S3 object to scan. If not specified, the latest version of the object is scanned.
- Parameters:
versionId- The version ID of the S3 object to scan. If not specified, the latest version of the object is scanned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-