Interface Session.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Session.Builder,,- Session> - SdkBuilder<Session.Builder,,- Session> - SdkPojo
- Enclosing class:
- Session
@Mutable
@NotThreadSafe
public static interface Session.Builder
extends SdkPojo, CopyableBuilder<Session.Builder,Session> 
- 
Method SummaryModifier and TypeMethodDescriptionclientIpAddresses(String... clientIpAddresses) The IP address of the client.clientIpAddresses(Collection<String> clientIpAddresses) The IP address of the client.The end time of the session.The ARN of the web portal.The ID of the session.The start time of the session.The status of the session.status(SessionStatus status) The status of the session.The username of the session.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- 
portalArnThe ARN of the web portal. - Parameters:
- portalArn- The ARN of the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sessionIdThe ID of the session. - Parameters:
- sessionId- The ID of the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
usernameThe username of the session. - Parameters:
- username- The username of the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientIpAddressesThe IP address of the client. - Parameters:
- clientIpAddresses- The IP address of the client.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientIpAddressesThe IP address of the client. - Parameters:
- clientIpAddresses- The IP address of the client.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the session. - Parameters:
- status- The status of the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the session. - Parameters:
- status- The status of the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
startTimeThe start time of the session. - Parameters:
- startTime- The start time of the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeThe end time of the session. - Parameters:
- endTime- The end time of the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-