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