| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static DeauthorizeConnectionResponse.Builder |
DeauthorizeConnectionResponse.builder() |
DeauthorizeConnectionResponse.Builder |
DeauthorizeConnectionResponse.Builder.connectionArn(String connectionArn)
The ARN of the connection that authorization was removed from.
|
DeauthorizeConnectionResponse.Builder |
DeauthorizeConnectionResponse.Builder.connectionState(ConnectionState connectionState)
The state of the connection.
|
DeauthorizeConnectionResponse.Builder |
DeauthorizeConnectionResponse.Builder.connectionState(String connectionState)
The state of the connection.
|
DeauthorizeConnectionResponse.Builder |
DeauthorizeConnectionResponse.Builder.creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
|
DeauthorizeConnectionResponse.Builder |
DeauthorizeConnectionResponse.Builder.lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
DeauthorizeConnectionResponse.Builder |
DeauthorizeConnectionResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last updated.
|
DeauthorizeConnectionResponse.Builder |
DeauthorizeConnectionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeauthorizeConnectionResponse.Builder> |
DeauthorizeConnectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.