public static interface NetworkSummary.Builder extends SdkPojo, CopyableBuilder<NetworkSummary.Builder,NetworkSummary>
| Modifier and Type | Method and Description |
|---|---|
NetworkSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the network.
|
NetworkSummary.Builder |
creationDate(Instant creationDate)
The date and time that the network was created.
|
NetworkSummary.Builder |
description(String description)
An optional description of the network.
|
NetworkSummary.Builder |
framework(Framework framework)
The blockchain framework that the network uses.
|
NetworkSummary.Builder |
framework(String framework)
The blockchain framework that the network uses.
|
NetworkSummary.Builder |
frameworkVersion(String frameworkVersion)
The version of the blockchain framework that the network uses.
|
NetworkSummary.Builder |
id(String id)
The unique identifier of the network.
|
NetworkSummary.Builder |
name(String name)
The name of the network.
|
NetworkSummary.Builder |
status(NetworkStatus status)
The current status of the network.
|
NetworkSummary.Builder |
status(String status)
The current status of the network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkSummary.Builder id(String id)
The unique identifier of the network.
id - The unique identifier of the network.NetworkSummary.Builder name(String name)
The name of the network.
name - The name of the network.NetworkSummary.Builder description(String description)
An optional description of the network.
description - An optional description of the network.NetworkSummary.Builder framework(String framework)
The blockchain framework that the network uses.
NetworkSummary.Builder framework(Framework framework)
The blockchain framework that the network uses.
NetworkSummary.Builder frameworkVersion(String frameworkVersion)
The version of the blockchain framework that the network uses.
frameworkVersion - The version of the blockchain framework that the network uses.NetworkSummary.Builder status(String status)
The current status of the network.
status - The current status of the network.NetworkStatus,
NetworkStatusNetworkSummary.Builder status(NetworkStatus status)
The current status of the network.
status - The current status of the network.NetworkStatus,
NetworkStatusNetworkSummary.Builder creationDate(Instant creationDate)
The date and time that the network was created.
creationDate - The date and time that the network was created.NetworkSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn - The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see
Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.Copyright © 2023. All rights reserved.