| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static Connection.Builder |
Connection.builder() |
Connection.Builder |
Connection.Builder.connectedDeviceId(String connectedDeviceId)
The ID of the second device in the connection.
|
Connection.Builder |
Connection.Builder.connectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
|
Connection.Builder |
Connection.Builder.connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection.
|
Connection.Builder |
Connection.Builder.connectionId(String connectionId)
The ID of the connection.
|
Connection.Builder |
Connection.Builder.createdAt(Instant createdAt)
The date and time that the connection was created.
|
Connection.Builder |
Connection.Builder.description(String description)
The description of the connection.
|
Connection.Builder |
Connection.Builder.deviceId(String deviceId)
The ID of the first device in the connection.
|
Connection.Builder |
Connection.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
Connection.Builder |
Connection.Builder.linkId(String linkId)
The ID of the link for the first device in the connection.
|
Connection.Builder |
Connection.Builder.state(ConnectionState state)
The state of the connection.
|
Connection.Builder |
Connection.Builder.state(String state)
The state of the connection.
|
Connection.Builder |
Connection.Builder.tags(Collection<Tag> tags)
The tags for the connection.
|
Connection.Builder |
Connection.Builder.tags(Consumer<Tag.Builder>... tags)
The tags for the connection.
|
Connection.Builder |
Connection.Builder.tags(Tag... tags)
The tags for the connection.
|
Connection.Builder |
Connection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Connection.Builder> |
Connection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.connection(Consumer<Connection.Builder> connection)
Information about the connection.
|
default DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.connection(Consumer<Connection.Builder> connection)
Information about the connection.
|
default CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.connection(Consumer<Connection.Builder> connection)
Information about the connection.
|
Copyright © 2022. All rights reserved.