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