NetworkSummary.Builder |
NetworkSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the network.
|
static NetworkSummary.Builder |
NetworkSummary.builder() |
|
NetworkSummary.Builder |
NetworkSummary.Builder.creationDate(Instant creationDate) |
The date and time that the network was created.
|
NetworkSummary.Builder |
NetworkSummary.Builder.description(String description) |
An optional description of the network.
|
NetworkSummary.Builder |
NetworkSummary.Builder.framework(String framework) |
The blockchain framework that the network uses.
|
NetworkSummary.Builder |
NetworkSummary.Builder.framework(Framework framework) |
The blockchain framework that the network uses.
|
NetworkSummary.Builder |
NetworkSummary.Builder.frameworkVersion(String frameworkVersion) |
The version of the blockchain framework that the network uses.
|
NetworkSummary.Builder |
NetworkSummary.Builder.id(String id) |
The unique identifier of the network.
|
NetworkSummary.Builder |
NetworkSummary.Builder.name(String name) |
The name of the network.
|
NetworkSummary.Builder |
NetworkSummary.Builder.status(String status) |
The current status of the network.
|
NetworkSummary.Builder |
NetworkSummary.Builder.status(NetworkStatus status) |
The current status of the network.
|
NetworkSummary.Builder |
NetworkSummary.toBuilder() |
|