public static interface DeauthorizeConnectionResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DeauthorizeConnectionResponse.Builder,DeauthorizeConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeauthorizeConnectionResponse.Builder |
connectionArn(String connectionArn)
The ARN of the connection that authorization was removed from.
|
DeauthorizeConnectionResponse.Builder |
connectionState(ConnectionState connectionState)
The state of the connection.
|
DeauthorizeConnectionResponse.Builder |
connectionState(String connectionState)
The state of the connection.
|
DeauthorizeConnectionResponse.Builder |
creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
|
DeauthorizeConnectionResponse.Builder |
lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
DeauthorizeConnectionResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeauthorizeConnectionResponse.Builder connectionArn(String connectionArn)
The ARN of the connection that authorization was removed from.
connectionArn - The ARN of the connection that authorization was removed from.DeauthorizeConnectionResponse.Builder connectionState(String connectionState)
The state of the connection.
connectionState - The state of the connection.ConnectionState,
ConnectionStateDeauthorizeConnectionResponse.Builder connectionState(ConnectionState connectionState)
The state of the connection.
connectionState - The state of the connection.ConnectionState,
ConnectionStateDeauthorizeConnectionResponse.Builder creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
creationTime - A time stamp for the time that the connection was created.DeauthorizeConnectionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last updated.
lastModifiedTime - A time stamp for the time that the connection was last updated.DeauthorizeConnectionResponse.Builder lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
lastAuthorizedTime - A time stamp for the time that the connection was last authorized.Copyright © 2023. All rights reserved.