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