public static interface GetConnectionResponse.Builder extends ApiGatewayManagementApiResponse.Builder, SdkPojo, CopyableBuilder<GetConnectionResponse.Builder,GetConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConnectionResponse.Builder |
connectedAt(Instant connectedAt)
The time in ISO 8601 format for when the connection was established.
|
default GetConnectionResponse.Builder |
identity(Consumer<Identity.Builder> identity)
Sets the value of the Identity property for this object.
|
GetConnectionResponse.Builder |
identity(Identity identity)
Sets the value of the Identity property for this object.
|
GetConnectionResponse.Builder |
lastActiveAt(Instant lastActiveAt)
The time in ISO 8601 format for when the connection was last active.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectionResponse.Builder connectedAt(Instant connectedAt)
The time in ISO 8601 format for when the connection was established.
connectedAt - The time in ISO 8601 format for when the connection was established.GetConnectionResponse.Builder identity(Identity identity)
identity - The new value for the Identity property for this object.default GetConnectionResponse.Builder identity(Consumer<Identity.Builder> identity)
Identity.Builder avoiding the need to
create one manually via Identity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to identity(Identity).
identity - a consumer that will call methods on Identity.Builderidentity(Identity)GetConnectionResponse.Builder lastActiveAt(Instant lastActiveAt)
The time in ISO 8601 format for when the connection was last active.
lastActiveAt - The time in ISO 8601 format for when the connection was last active.Copyright © 2023. All rights reserved.