Interface ExpireSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ExpireSessionRequest.Builder,ExpireSessionRequest>,SdkBuilder<ExpireSessionRequest.Builder,ExpireSessionRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesWebRequest.Builder
- Enclosing class:
- ExpireSessionRequest
public static interface ExpireSessionRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<ExpireSessionRequest.Builder,ExpireSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpireSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExpireSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExpireSessionRequest.BuilderportalId(String portalId)The ID of the web portal for the session.ExpireSessionRequest.BuildersessionId(String sessionId)The ID of the session to expire.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebRequest.Builder
build
-
-
-
-
Method Detail
-
portalId
ExpireSessionRequest.Builder portalId(String portalId)
The ID of the web portal for the session.
- Parameters:
portalId- The ID of the web portal for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
ExpireSessionRequest.Builder sessionId(String sessionId)
The ID of the session to expire.
- Parameters:
sessionId- The ID of the session to expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ExpireSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ExpireSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-