public static interface DeleteConnectionResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectionResponse.Builder |
connectionArn(String connectionArn)
The ARN of the connection that was deleted.
|
DeleteConnectionResponse.Builder |
connectionState(ConnectionState connectionState)
The state of the connection before it was deleted.
|
DeleteConnectionResponse.Builder |
connectionState(String connectionState)
The state of the connection before it was deleted.
|
DeleteConnectionResponse.Builder |
creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
|
DeleteConnectionResponse.Builder |
lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized before it wa deleted.
|
DeleteConnectionResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last modified before it was deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteConnectionResponse.Builder connectionArn(String connectionArn)
The ARN of the connection that was deleted.
connectionArn - The ARN of the connection that was deleted.DeleteConnectionResponse.Builder connectionState(String connectionState)
The state of the connection before it was deleted.
connectionState - The state of the connection before it was deleted.ConnectionState,
ConnectionStateDeleteConnectionResponse.Builder connectionState(ConnectionState connectionState)
The state of the connection before it was deleted.
connectionState - The state of the connection before it was deleted.ConnectionState,
ConnectionStateDeleteConnectionResponse.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.DeleteConnectionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last modified before it was deleted.
lastModifiedTime - A time stamp for the time that the connection was last modified before it was deleted.DeleteConnectionResponse.Builder lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized before it wa deleted.
lastAuthorizedTime - A time stamp for the time that the connection was last authorized before it wa deleted.Copyright © 2022. All rights reserved.