Interface LoggingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>,SdkBuilder<LoggingConfiguration.Builder,LoggingConfiguration>,SdkPojo
- Enclosing class:
- LoggingConfiguration
public static interface LoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggingConfiguration.BuilderloggingRole(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.BuilderlogGroupName(String logGroupName)The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
loggingRole
LoggingConfiguration.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. When set, you can view user activity in your CloudWatch logs.
- Parameters:
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. When set, you can view user activity in your CloudWatch logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupName
LoggingConfiguration.Builder logGroupName(String logGroupName)
The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.
- Parameters:
logGroupName- The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-