Interface SessionManagerOutputUrl.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionManagerOutputUrl.Builder,,SessionManagerOutputUrl> SdkBuilder<SessionManagerOutputUrl.Builder,,SessionManagerOutputUrl> SdkPojo
- Enclosing class:
SessionManagerOutputUrl
public static interface SessionManagerOutputUrl.Builder
extends SdkPojo, CopyableBuilder<SessionManagerOutputUrl.Builder,SessionManagerOutputUrl>
-
Method Summary
Modifier and TypeMethodDescriptioncloudWatchOutputUrl(String cloudWatchOutputUrl) Reserved for future use.s3OutputUrl(String s3OutputUrl) Reserved for future use.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
-
s3OutputUrl
Reserved for future use.
- Parameters:
s3OutputUrl- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchOutputUrl
Reserved for future use.
- Parameters:
cloudWatchOutputUrl- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-