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