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