Interface SessionManagerOutputUrl.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SessionManagerOutputUrl.Builder,,- SessionManagerOutputUrl> - SdkBuilder<SessionManagerOutputUrl.Builder,,- SessionManagerOutputUrl> - SdkPojo
- Enclosing class:
- SessionManagerOutputUrl
@Mutable
@NotThreadSafe
public static interface SessionManagerOutputUrl.Builder
extends SdkPojo, CopyableBuilder<SessionManagerOutputUrl.Builder,SessionManagerOutputUrl> 
- 
Method SummaryModifier and TypeMethodDescriptioncloudWatchOutputUrl(String cloudWatchOutputUrl) Reserved for future use.s3OutputUrl(String s3OutputUrl) Reserved for future use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3OutputUrlReserved for future use. - Parameters:
- s3OutputUrl- Reserved for future use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudWatchOutputUrlReserved for future use. - Parameters:
- cloudWatchOutputUrl- Reserved for future use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-