public static interface HandshakeFilter.Builder extends SdkPojo, CopyableBuilder<HandshakeFilter.Builder,HandshakeFilter>
| Modifier and Type | Method and Description |
|---|---|
HandshakeFilter.Builder |
actionType(ActionType actionType)
Specifies the type of handshake action.
|
HandshakeFilter.Builder |
actionType(String actionType)
Specifies the type of handshake action.
|
HandshakeFilter.Builder |
parentHandshakeId(String parentHandshakeId)
Specifies the parent handshake.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHandshakeFilter.Builder actionType(String actionType)
Specifies the type of handshake action.
If you specify ActionType, you cannot also specify ParentHandshakeId.
actionType - Specifies the type of handshake action.
If you specify ActionType, you cannot also specify ParentHandshakeId.
ActionType,
ActionTypeHandshakeFilter.Builder actionType(ActionType actionType)
Specifies the type of handshake action.
If you specify ActionType, you cannot also specify ParentHandshakeId.
actionType - Specifies the type of handshake action.
If you specify ActionType, you cannot also specify ParentHandshakeId.
ActionType,
ActionTypeHandshakeFilter.Builder parentHandshakeId(String parentHandshakeId)
Specifies the parent handshake. Only used for handshake types that are a child of another type.
If you specify ParentHandshakeId, you cannot also specify ActionType.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
parentHandshakeId - Specifies the parent handshake. Only used for handshake types that are a child of another type.
If you specify ParentHandshakeId, you cannot also specify ActionType.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
Copyright © 2023. All rights reserved.