Interface ListNetworksRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListNetworksRequest.Builder,ListNetworksRequest>, ManagedBlockchainRequest.Builder, SdkBuilder<ListNetworksRequest.Builder,ListNetworksRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListNetworksRequest

public static interface ListNetworksRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListNetworksRequest.Builder,ListNetworksRequest>
  • Method Details

    • 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.
    • framework

      ListNetworksRequest.Builder framework(String framework)

      An optional framework specifier. If provided, only networks of this framework type are listed.

      Parameters:
      framework - An optional framework specifier. If provided, only networks of this framework type are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • framework

      ListNetworksRequest.Builder framework(Framework framework)

      An optional framework specifier. If provided, only networks of this framework type are listed.

      Parameters:
      framework - An optional framework specifier. If provided, only networks of this framework type are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      An optional status specifier. If provided, only networks currently in this status are listed.

      Applies only to Hyperledger Fabric.

      Parameters:
      status - An optional status specifier. If provided, only networks currently in this status are listed.

      Applies only to Hyperledger Fabric.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      An optional status specifier. If provided, only networks currently in this status are listed.

      Applies only to Hyperledger Fabric.

      Parameters:
      status - An optional status specifier. If provided, only networks currently in this status are listed.

      Applies only to Hyperledger Fabric.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      ListNetworksRequest.Builder maxResults(Integer maxResults)

      The maximum number of networks to list.

      Parameters:
      maxResults - The maximum number of networks to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListNetworksRequest.Builder nextToken(String nextToken)

      The pagination token that indicates the next set of results to retrieve.

      Parameters:
      nextToken - The pagination token that indicates the next set of results to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListNetworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.