Uses of Interface
software.amazon.awssdk.services.macie2.model.S3WordsList.Builder
-
Packages that use S3WordsList.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of S3WordsList.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return S3WordsList.Builder Modifier and Type Method Description S3WordsList.BuilderS3WordsList.Builder. bucketName(String bucketName)The full name of the S3 bucket that contains the object.static S3WordsList.BuilderS3WordsList. builder()S3WordsList.BuilderS3WordsList.Builder. objectKey(String objectKey)The full name (key) of the object.S3WordsList.BuilderS3WordsList. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type S3WordsList.Builder Modifier and Type Method Description static Class<? extends S3WordsList.Builder>S3WordsList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type S3WordsList.Builder Modifier and Type Method Description default AllowListCriteria.BuilderAllowListCriteria.Builder. s3WordsList(Consumer<S3WordsList.Builder> s3WordsList)The location and name of the S3 object that lists specific text to ignore.
-