Constructor
new ConnectRequest(requestId, protocolVersion, otherSupportedProtocolVersions, sdkVersion, authToken)
Parameters:
Name | Type | Default | Description |
---|---|---|---|
requestId |
String | null | |
protocolVersion |
String | null | |
otherSupportedProtocolVersions |
Array.<String> | null | |
sdkVersion |
String | null | |
authToken |
String | null |
- Source:
Members
authToken
- Source:
authToken
- Source:
otherSupportedProtocolVersions
- Source:
otherSupportedProtocolVersions
- Source:
protocolVersion
- Source:
protocolVersion
- Source:
requestId
- Source:
requestId
- Source:
sdkVersion
- Source:
sdkVersion
- Source:
Methods
withAuthToken(value) → {aws-greengrass-core-sdk.StreamManager.ConnectRequest}
Parameters:
Name | Type | Description |
---|---|---|
value |
String |
- Source:
Returns:
withOtherSupportedProtocolVersions(value) → {aws-greengrass-core-sdk.StreamManager.ConnectRequest}
Parameters:
Name | Type | Description |
---|---|---|
value |
Array.<String> |
- Source:
Returns:
withProtocolVersion(value) → {aws-greengrass-core-sdk.StreamManager.ConnectRequest}
Parameters:
Name | Type | Description |
---|---|---|
value |
String |
- Source:
Returns:
withRequestId(value) → {aws-greengrass-core-sdk.StreamManager.ConnectRequest}
Parameters:
Name | Type | Description |
---|---|---|
value |
String |
- Source:
Returns:
withSdkVersion(value) → {aws-greengrass-core-sdk.StreamManager.ConnectRequest}
Parameters:
Name | Type | Description |
---|---|---|
value |
String |
- Source: