static UpdateConnectionResponse.Builder |
UpdateConnectionResponse.builder() |
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.connectionArn(String connectionArn) |
The ARN of the connection that was updated.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.connectionState(String connectionState) |
The state of the connection that was updated.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.connectionState(ConnectionState connectionState) |
The state of the connection that was updated.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.creationTime(Instant creationTime) |
A time stamp for the time that the connection was created.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.lastAuthorizedTime(Instant lastAuthorizedTime) |
A time stamp for the time that the connection was last authorized.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
A time stamp for the time that the connection was last modified.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.toBuilder() |
|