Uses of Interface
software.amazon.awssdk.services.transfer.model.LoggingConfiguration.Builder
-
Packages that use LoggingConfiguration.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of LoggingConfiguration.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return LoggingConfiguration.Builder Modifier and Type Method Description static LoggingConfiguration.BuilderLoggingConfiguration. builder()LoggingConfiguration.BuilderLoggingConfiguration.Builder. loggingRole(String loggingRole)The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents.LoggingConfiguration.BuilderLoggingConfiguration.Builder. logGroupName(String logGroupName)The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.LoggingConfiguration.BuilderLoggingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type LoggingConfiguration.Builder Modifier and Type Method Description static Class<? extends LoggingConfiguration.Builder>LoggingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type LoggingConfiguration.Builder Modifier and Type Method Description default DescribedExecution.BuilderDescribedExecution.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The IAM logging role associated with the execution.
-