Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.S3ConfigurationType.Builder
-
Packages that use S3ConfigurationType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of S3ConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return S3ConfigurationType.Builder Modifier and Type Method Description S3ConfigurationType.BuilderS3ConfigurationType.Builder. bucketArn(String bucketArn)The ARN of an Amazon S3 bucket that's the destination for advanced security features log export.static S3ConfigurationType.BuilderS3ConfigurationType. builder()S3ConfigurationType.BuilderS3ConfigurationType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type S3ConfigurationType.Builder Modifier and Type Method Description static Class<? extends S3ConfigurationType.Builder>S3ConfigurationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type S3ConfigurationType.Builder Modifier and Type Method Description default LogConfigurationType.BuilderLogConfigurationType.Builder. s3Configuration(Consumer<S3ConfigurationType.Builder> s3Configuration)The Amazon S3 bucket destination of user activity log export with advanced security features.
-