| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewaymanagementapi.model |
| Modifier and Type | Method and Description |
|---|---|
static GetConnectionResponse.Builder |
GetConnectionResponse.builder() |
GetConnectionResponse.Builder |
GetConnectionResponse.Builder.connectedAt(Instant connectedAt)
The time in ISO 8601 format for when the connection was established.
|
default GetConnectionResponse.Builder |
GetConnectionResponse.Builder.identity(Consumer<Identity.Builder> identity)
Sets the value of the Identity property for this object.
|
GetConnectionResponse.Builder |
GetConnectionResponse.Builder.identity(Identity identity)
Sets the value of the Identity property for this object.
|
GetConnectionResponse.Builder |
GetConnectionResponse.Builder.lastActiveAt(Instant lastActiveAt)
The time in ISO 8601 format for when the connection was last active.
|
GetConnectionResponse.Builder |
GetConnectionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetConnectionResponse.Builder> |
GetConnectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.