public static interface ListNetworksRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListNetworksRequest.Builder,ListNetworksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNetworksRequest.Builder |
framework(Framework framework)
An optional framework specifier.
|
ListNetworksRequest.Builder |
framework(String framework)
An optional framework specifier.
|
ListNetworksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of networks to list.
|
ListNetworksRequest.Builder |
name(String name)
The name of the network.
|
ListNetworksRequest.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListNetworksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNetworksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNetworksRequest.Builder |
status(NetworkStatus status)
An optional status specifier.
|
ListNetworksRequest.Builder |
status(String status)
An optional status specifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNetworksRequest.Builder name(String name)
The name of the network.
name - The name of the network.ListNetworksRequest.Builder framework(String framework)
An optional framework specifier. If provided, only networks of this framework type are listed.
ListNetworksRequest.Builder framework(Framework framework)
An optional framework specifier. If provided, only networks of this framework type are listed.
ListNetworksRequest.Builder status(String status)
An optional status specifier. If provided, only networks currently in this status are listed.
Applies only to Hyperledger Fabric.
status - An optional status specifier. If provided, only networks currently in this status are listed.
Applies only to Hyperledger Fabric.
NetworkStatus,
NetworkStatusListNetworksRequest.Builder status(NetworkStatus status)
An optional status specifier. If provided, only networks currently in this status are listed.
Applies only to Hyperledger Fabric.
status - An optional status specifier. If provided, only networks currently in this status are listed.
Applies only to Hyperledger Fabric.
NetworkStatus,
NetworkStatusListNetworksRequest.Builder maxResults(Integer maxResults)
The maximum number of networks to list.
maxResults - The maximum number of networks to list.ListNetworksRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.ListNetworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNetworksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.