Interface Network.Builder

    • Method Detail

      • 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:
        NetworkStatus, NetworkStatus
      • 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.