Interface CreateNetworkResponse.Builder

  • Method Details

    • networkId

      CreateNetworkResponse.Builder networkId(String networkId)

      The unique identifier assigned to the newly created network.

      Parameters:
      networkId - The unique identifier assigned to the newly created network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkName

      CreateNetworkResponse.Builder networkName(String networkName)

      The name of the newly created network.

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

      CreateNetworkResponse.Builder encryptionKeyArn(String encryptionKeyArn)

      The ARN of the KMS key being used to encrypt sensitive data in the network.

      Parameters:
      encryptionKeyArn - The ARN of the KMS key being used to encrypt sensitive data in the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.