Interface LoggingOptionsPayload.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LoggingOptionsPayload.Builder,,LoggingOptionsPayload> SdkBuilder<LoggingOptionsPayload.Builder,,LoggingOptionsPayload> SdkPojo
- Enclosing class:
 LoggingOptionsPayload
public static interface LoggingOptionsPayload.Builder
extends SdkPojo, CopyableBuilder<LoggingOptionsPayload.Builder,LoggingOptionsPayload> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe log level.The log level.The ARN of the IAM role that grants access.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, sdkFields 
- 
Method Details
- 
roleArn
The ARN of the IAM role that grants access.
- Parameters:
 roleArn- The ARN of the IAM role that grants access.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
logLevel
The log level.
- Parameters:
 logLevel- The log level.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
logLevel
The log level.
- Parameters:
 logLevel- The log level.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -