Interface NetworkSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkSummary.Builder,NetworkSummary>,SdkBuilder<NetworkSummary.Builder,NetworkSummary>,SdkPojo
- Enclosing class:
- NetworkSummary
public static interface NetworkSummary.Builder extends SdkPojo, CopyableBuilder<NetworkSummary.Builder,NetworkSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the network.NetworkSummary.BuildercreationDate(Instant creationDate)The date and time that the network was created.NetworkSummary.Builderdescription(String description)An optional description of the network.NetworkSummary.Builderframework(String framework)The blockchain framework that the network uses.NetworkSummary.Builderframework(Framework framework)The blockchain framework that the network uses.NetworkSummary.BuilderframeworkVersion(String frameworkVersion)The version of the blockchain framework that the network uses.NetworkSummary.Builderid(String id)The unique identifier of the network.NetworkSummary.Buildername(String name)The name of the network.NetworkSummary.Builderstatus(String status)The current status of the network.NetworkSummary.Builderstatus(NetworkStatus status)The current status of the network.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
NetworkSummary.Builder id(String id)
The unique identifier of the network.
- Parameters:
id- The unique identifier of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
NetworkSummary.Builder name(String name)
The name of the network.
- Parameters:
name- The name of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
NetworkSummary.Builder description(String description)
An optional description of the network.
- Parameters:
description- An optional description of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
framework
NetworkSummary.Builder framework(String framework)
The blockchain framework that the network uses.
-
framework
NetworkSummary.Builder framework(Framework framework)
The blockchain framework that the network uses.
-
frameworkVersion
NetworkSummary.Builder frameworkVersion(String frameworkVersion)
The version of the blockchain framework that the network uses.
- Parameters:
frameworkVersion- The version of the blockchain framework that the network uses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
NetworkSummary.Builder status(String status)
The current status of the network.
- Parameters:
status- The current status of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NetworkStatus,NetworkStatus
-
status
NetworkSummary.Builder status(NetworkStatus status)
The current status of the network.
- Parameters:
status- The current status of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NetworkStatus,NetworkStatus
-
creationDate
NetworkSummary.Builder creationDate(Instant creationDate)
The date and time that the network was created.
- Parameters:
creationDate- The date and time that the network was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-