Interface Network.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Network.Builder,Network>, SdkBuilder<Network.Builder,Network>, SdkPojo
Enclosing class:
Network

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

    • createdAt

      Network.Builder createdAt(Instant createdAt)

      The creation time of the network.

      Parameters:
      createdAt - The creation time of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Network.Builder description(String description)

      The description of the network.

      Parameters:
      description - The description of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkArn

      Network.Builder networkArn(String networkArn)

      The Amazon Resource Name (ARN) of the network.

      Parameters:
      networkArn - The Amazon Resource Name (ARN) of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkName

      Network.Builder networkName(String networkName)

      The name of the network.

      Parameters:
      networkName - The name of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Network.Builder status(String status)

      The status of the network.

      Parameters:
      status - The status of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the network.

      Parameters:
      status - The status of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      Network.Builder statusReason(String statusReason)

      The status reason of the network.

      Parameters:
      statusReason - The status reason of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.