public static interface SessionFilter.Builder extends SdkPojo, CopyableBuilder<SessionFilter.Builder,SessionFilter>
| Modifier and Type | Method and Description |
|---|---|
SessionFilter.Builder |
key(SessionFilterKey key)
The name of the filter.
|
SessionFilter.Builder |
key(String key)
The name of the filter.
|
SessionFilter.Builder |
value(String value)
The filter value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionFilter.Builder key(String key)
The name of the filter.
key - The name of the filter.SessionFilterKey,
SessionFilterKeySessionFilter.Builder key(SessionFilterKey key)
The name of the filter.
key - The name of the filter.SessionFilterKey,
SessionFilterKeySessionFilter.Builder value(String value)
The filter value. Valid values for each filter key are as follows:
InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later.
InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.
Target: Specify a managed node to which session connections have been made.
Owner: Specify an Amazon Web Services user account to see a list of sessions started by that user.
Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include:
Connected
Connecting
Disconnected
Terminated
Terminating
Failed
SessionId: Specify a session ID to return details about the session.
value - The filter value. Valid values for each filter key are as follows:
InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later.
InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.
Target: Specify a managed node to which session connections have been made.
Owner: Specify an Amazon Web Services user account to see a list of sessions started by that user.
Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include:
Connected
Connecting
Disconnected
Terminated
Terminating
Failed
SessionId: Specify a session ID to return details about the session.
Copyright © 2022. All rights reserved.